Mines no longer invincible.

This commit is contained in:
Kyep
2018-08-08 11:41:49 -07:00
parent 6c4def96f4
commit 5ba99b8f06
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -34,6 +34,11 @@
triggered = 1
qdel(src)
/obj/effect/mine/ex_act(severity)
// Necessary because, as effects, they have infinite health, and wouldn't be destroyed otherwise.
// Also, they're pressure-sensitive mines, it makes sense that an explosion (wave of pressure) triggers/destroys them.
qdel(src)
/obj/effect/mine/explosive
name = "explosive mine"
var/range_devastation = 0