mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-03 14:04:41 +00:00
@@ -105,7 +105,7 @@
|
||||
else if(W.is_wrench())
|
||||
|
||||
if(!air_supply)
|
||||
to_chat(user, "There is not tank to remove.")
|
||||
to_chat(user, "There is no tank to remove.")
|
||||
return
|
||||
|
||||
if(user.r_hand && user.l_hand)
|
||||
@@ -137,7 +137,7 @@
|
||||
if("cell")
|
||||
|
||||
if(cell)
|
||||
to_chat(user, "You detatch \the [cell] from \the [src]'s battery mount.")
|
||||
to_chat(user, "You detach \the [cell] from \the [src]'s battery mount.")
|
||||
for(var/obj/item/rig_module/module in installed_modules)
|
||||
module.deactivate()
|
||||
if(user.r_hand && user.l_hand)
|
||||
@@ -165,7 +165,7 @@
|
||||
return
|
||||
|
||||
var/obj/item/rig_module/removed = possible_removals[removal_choice]
|
||||
to_chat(user, "You detatch \the [removed] from \the [src].")
|
||||
to_chat(user, "You detach \the [removed] from \the [src].")
|
||||
removed.forceMove(get_turf(src))
|
||||
removed.removed()
|
||||
installed_modules -= removed
|
||||
|
||||
Reference in New Issue
Block a user