[MIRROR] Fixes emagged cleanbot acid attack doing no damage (#4544)

* Fixes emagged cleanbot acid attack doing no damage (#33848)

* Fixes emagged cleanbot acid attack doing no damage
This commit is contained in:
CitadelStationBot
2017-12-26 13:58:16 -08:00
committed by kevinz000
parent b45ae2078f
commit 8aed987bd9
2 changed files with 4 additions and 4 deletions
@@ -125,7 +125,7 @@
if(!target) //Search for decals then.
target = scan(/obj/effect/decal/cleanable)
if(!target) //Checks for remains
target = scan(/obj/effect/decal/remains)
@@ -242,7 +242,7 @@
say(phrase)
victim.emote("scream")
playsound(src.loc, 'sound/effects/spray2.ogg', 50, 1, -6)
victim.acid_act(5, 2, 100)
victim.acid_act(5, 100)
else if(A == src) // Wets floors and spawns foam randomly
if(prob(75))
var/turf/open/T = loc