File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 647
647
if (!.. ())
648
648
return FALSE
649
649
if (istype(robot. module, / obj / item/ robot_module/ miner))
650
- robot. module. emag. udgraded = TRUE
651
- robot. module. emag. update_icon(UPDATE_ICON_STATE )
652
650
var /obj /item/storage/bag/satchel = robot. module. emag
653
651
satchel. storage_slots = 15
652
+ robot. module. emag. udgraded = TRUE
654
653
robot. module. emag = satchel
654
+ robot. module. emag. update_icon(UPDATE_ICON_STATE )
655
655
for (var /datum /robot_energy_storage/energy_storage in robot. module. storages)
656
656
energy_storage. max_energy *= 3
657
657
energy_storage. recharge_rate *= 2
Original file line number Diff line number Diff line change 104
104
if (! flag)
105
105
return
106
106
if (iscarbon(AM ))
107
- to_chat (user, " <span class='warning'> You can't get the [ src ] to stick to [ AM ] !</span> " )
107
+ to_chat (user, span_warning( " You can't get the [ src ] to stick to [ AM ] !" ) )
108
108
return
109
109
if (isobserver(AM ))
110
- to_chat (user, " <span class='warning'> Your hand just phases through [ AM ] !</span> " )
110
+ to_chat (user, span_warning( " Your hand just phases through [ AM ] !" ) )
111
111
return
112
112
if (! skip_doafter)
113
113
to_chat (user, span_notice(" You start planting [ src ] . [ isnull(nadeassembly) ? " The timer is set to [ det_time/ 10 ] ..." : " " ] " ))
You can’t perform that action at this time.
0 commit comments