Merge pull request #6414 from InterroLouis/Typo-Fix

Rigsuit Typo Fix
This commit is contained in:
Atermonera
2019-08-22 19:38:07 -08:00
committed by VirgoBot
parent 72b469c669
commit 3b3dce0e8c

View File

@@ -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