REJ CLEANUP!

This commit is contained in:
LetterJay
2017-04-26 06:48:41 -05:00
parent a3af730e4e
commit a8c4c86e1c
4 changed files with 0 additions and 37 deletions

View File

@@ -1,10 +0,0 @@
diff a/code/modules/atmospherics/machinery/components/binary_devices/pump.dm b/code/modules/atmospherics/machinery/components/binary_devices/pump.dm (rejected hunks)
@@ -176,7 +176,7 @@ Thus, the two variables affect pump operation are set in New():
/obj/machinery/atmospherics/components/binary/pump/can_unwrench(mob/user)
if(..())
if(!(stat & NOPOWER) && on)
- to_chat(user, "<span class='warning'>You cannot unwrench this [src], turn it off first!</span>")
+ to_chat(user, "<span class='warning'>You cannot unwrench [src], turn it off first!</span>")
else
return 1

View File

@@ -1,10 +0,0 @@
diff a/code/modules/atmospherics/machinery/components/binary_devices/volume_pump.dm b/code/modules/atmospherics/machinery/components/binary_devices/volume_pump.dm (rejected hunks)
@@ -172,7 +172,7 @@ Thus, the two variables affect pump operation are set in New():
/obj/machinery/atmospherics/components/binary/volume_pump/can_unwrench(mob/user)
if(..())
if(!(stat & NOPOWER) && on)
- to_chat(user, "<span class='warning'>You cannot unwrench this [src], turn it off first!</span>")
+ to_chat(user, "<span class='warning'>You cannot unwrench [src], turn it off first!</span>")
else
return 1

View File

@@ -1,9 +0,0 @@
diff a/code/modules/clothing/glasses/engine_goggles.dm b/code/modules/clothing/glasses/engine_goggles.dm (rejected hunks)
@@ -26,7 +25,6 @@
darkness_view = 1
invis_view = SEE_INVISIBLE_MINIMUM
to_chat(loc, "<span class='notice'>You toggle the goggles' scanning mode to \[Meson].</span>")
- invis_update()
if(ishuman(user))
var/mob/living/carbon/human/H = user