more work

This commit is contained in:
Metis
2024-09-13 01:50:58 -04:00
parent 8fd779ef02
commit 7b0780804f
320 changed files with 12185 additions and 161 deletions
+17
View File
@@ -0,0 +1,17 @@
/obj/structure/medscreen/
name = "medical screen"
desc = "No peaking now!"
icon_state = "screen"
icon = 'hyperstation/icons/obj/medical.dmi'
anchored = TRUE
resistance_flags = FLAMMABLE
max_integrity = 100
integrity_failure = 30
var/buildstacktype = /obj/item/stack/sheet/metal
var/buildstackamount = 2
density = TRUE
/obj/structure/medscreen/Moved()
. = ..()
if(has_gravity())
playsound(src, 'sound/effects/roll.ogg', 100, 1)