remove that button!

This commit is contained in:
Fox-McCloud
2017-07-19 12:20:36 -04:00
parent b236225f78
commit e9e1f2de8e
21 changed files with 17 additions and 139 deletions
@@ -51,7 +51,6 @@
if(C.internal == src)
to_chat(C, "<span class='notice'>You close \the [src] valve.</span>")
C.internal = null
C.update_internals_hud_icon(0)
else
var/can_open_valve = 0
if(C.get_organ_slot("breathing_tube"))
@@ -71,7 +70,6 @@
if(!silent)
to_chat(C, "<span class='notice'>You open \the [src] valve.</span>")
C.internal = src
C.update_internals_hud_icon(1)
else
if(!silent)
to_chat(C, "<span class='notice'>You are not wearing a suitable mask or helmet.</span>")