mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-11 07:59:08 +01:00
More fixes + Fluff.dm
Fluff.dm in hyperstation for more fun stuff that doesnt have a real value.
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user