armor defines (#30115)

This commit is contained in:
kyunkyunkyun
2025-08-28 14:58:07 +00:00
committed by GitHub
parent 5439988d5e
commit f6e682a6d7
19 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
icon_state = "plasticflaps"
anchored = TRUE
layer = 4
armor = list(melee = 100, bullet = 80, laser = 80, energy = 100, bomb = 50, rad = 100, fire = 50, acid = 50)
armor = list(MELEE = 100, BULLET = 80, LASER = 80, ENERGY = 100, BOMB = 50, RAD = 100, FIRE = 50, ACID = 50)
var/state = PLASTIC_FLAPS_NORMAL
/obj/structure/plasticflaps/examine(mob/user)