fixes traps (#45650)

* Update maps.txt

* Update traps.dm

* Update maps.txt
This commit is contained in:
Tlaltecuhtli
2019-08-03 11:15:13 +02:00
committed by 81Denton
parent 24150ae93e
commit 5d2bd62beb
-7
View File
@@ -174,12 +174,8 @@
/obj/structure/trap/fire/trap_effect(mob/living/L)
to_chat(L, "<span class='danger'><B>Spontaneous combustion!</B></span>")
L.Paralyze(20)
/obj/structure/trap/fire/flare()
..()
new /obj/effect/hotspot(get_turf(src))
/obj/structure/trap/chill
name = "frost trap"
desc = "A trap that will chill you to the bone. You'd better avoid it."
@@ -202,9 +198,6 @@
to_chat(L, "<span class='danger'><B>The ground quakes beneath your feet!</B></span>")
L.Paralyze(100)
L.adjustBruteLoss(35)
/obj/structure/trap/damage/flare()
..()
var/obj/structure/flora/rock/giant_rock = new(get_turf(src))
QDEL_IN(giant_rock, 200)