mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-15 04:01:41 +00:00
23 lines
603 B
Plaintext
23 lines
603 B
Plaintext
//////lavaland surface papers
|
|
|
|
/obj/item/paper/fluff/stations/lavaland/surface/henderson_report
|
|
name = "Important Notice - Mrs. Henderson"
|
|
info = "Nothing of interest to report."
|
|
|
|
//ratvar
|
|
|
|
/obj/structure/dead_ratvar
|
|
name = "hulking wreck"
|
|
desc = "The remains of a monstrous war machine."
|
|
icon = 'icons/obj/lavaland/dead_ratvar.dmi'
|
|
icon_state = "dead_ratvar"
|
|
flags_1 = ON_BORDER_1
|
|
appearance_flags = 0
|
|
layer = FLY_LAYER
|
|
anchored = TRUE
|
|
density = TRUE
|
|
bound_width = 416
|
|
bound_height = 64
|
|
pixel_y = -10
|
|
resistance_flags = INDESTRUCTIBLE | LAVA_PROOF | FIRE_PROOF | UNACIDABLE | ACID_PROOF
|