mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Fixed fireaxe cabinets being invisible. (#30699)
This commit is contained in:
@@ -4,12 +4,15 @@
|
||||
desc = "A small label reads 'For Emergency use only', accompanied with pictograms detailing safe usages for the included fireaxe. As if."
|
||||
var/obj/item/weapon/fireaxe/fireaxe = new/obj/item/weapon/fireaxe
|
||||
icon_state = "fireaxe1000"
|
||||
icon = 'icons/obj/closet.dmi'
|
||||
anchored = 1
|
||||
density = 0
|
||||
var/opened = 1
|
||||
var/locked = 1
|
||||
flags = FPRINT
|
||||
plane = ABOVE_TURF_PLANE
|
||||
layer = FIREAXE_LOCKER_LAYER
|
||||
ignoreinvert = 1
|
||||
var/hitstaken = 0
|
||||
var/smashed = 0
|
||||
var/localopened = 0 //Setting this to keep it from behaviouring like a normal closet and obstructing movement in the map. -Agouri
|
||||
|
||||
Reference in New Issue
Block a user