Merge pull request #5704 from phil235/TypoFix1

Fixes the ability to beat up a pAI.
This commit is contained in:
Cheridan
2014-11-07 23:52:31 -06:00
4 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ Pipelines + Other Objects -> Pipe network
var/datum/gas_mixture/int_air = return_air()
var/datum/gas_mixture/env_air = loc.return_air()
if ((int_air.return_pressure()-env_air.return_pressure()) > 2*ONE_ATMOSPHERE)
user << "<span class='danger'>You cannot unwrench this [src], it is too exerted due to internal pressure.</span>"
user << "<span class='danger'>You cannot unwrench [src], it is too exerted due to internal pressure.</span>"
add_fingerprint(user)
return 1
playsound(src.loc, 'sound/items/Ratchet.ogg', 50, 1)