mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-19 03:49:10 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user