Finishing touches.

This commit is contained in:
BurgerLua
2019-05-10 19:15:42 -07:00
parent d97bf47b95
commit 4aba11739b
4 changed files with 12 additions and 6 deletions

View File

@@ -1,3 +1,4 @@
//Mech sensor: Activates when stepped on by a mech
/obj/structure/destructible/clockwork/trap/trigger/pressure_sensor/mech
name = "mech sensor"
desc = "A thin plate of brass, barely visible but clearly distinct."
@@ -6,7 +7,6 @@
icon_state = "pressure_sensor"
alpha = 75
/obj/structure/destructible/clockwork/trap/trigger/pressure_sensor/mech/Crossed(atom/movable/AM)
if(!istype(AM,/obj/mecha/))