mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 15:47:15 +01:00
ClF3 no longer melts walls. (#55335)
This commit is contained in:
@@ -67,10 +67,6 @@
|
||||
for(var/turf/nearby_turf in range(1, target_floor))
|
||||
if(!locate(/obj/effect/hotspot) in nearby_turf)
|
||||
new /obj/effect/hotspot(nearby_turf)
|
||||
if(iswallturf(exposed_turf))
|
||||
var/turf/closed/wall/target_wall = exposed_turf
|
||||
if(prob(reac_volume))
|
||||
target_wall.ScrapeAway()
|
||||
|
||||
/datum/reagent/clf3/expose_mob(mob/living/exposed_mob, methods=TOUCH, reac_volume)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user