Bugfixes: Fax machines, CentCom turrets, Robo-limb emag. New feature for monkey cubes (#1116)

Fixes #1059, #131 
Resolves #1020 
Fixes #1100 
Resolves #663
This commit is contained in:
inselc
2016-11-06 19:34:29 +01:00
committed by skull132
parent 30ae7c0e36
commit da2f74a9ff
5 changed files with 106 additions and 26 deletions
@@ -1596,7 +1596,7 @@
afterattack(obj/O as obj, var/mob/living/carbon/human/user as mob, proximity)
if(!proximity) return
if(istype(O,/obj/structure/sink) && !wrapped)
if(( istype(O, /obj/structure/reagent_dispensers/watertank) || istype(O,/obj/structure/sink) ) && !wrapped)
user << "You place \the [name] under a stream of water..."
if(istype(user))
user.unEquip(src)