mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-30 02:52:30 +00:00
## About The Pull Request Further continous organizing and cleaning the Icons folder. There are still some minior nitpicks left to do, but I reached my daily sanity expenses limit again, and the faster these get in the less issues for both me and others later. Also cleans some mess I caused by my blindness last PR. ## Why It's Good For The Game Saner spriters = better sprites
28 lines
785 B
Plaintext
28 lines
785 B
Plaintext
//////lavaland surface papers
|
|
|
|
/obj/item/paper/fluff/stations/lavaland/surface/henderson_report
|
|
name = "Important Notice - Mrs. Henderson"
|
|
default_raw_text = "Nothing of interest to report."
|
|
|
|
//ratvar
|
|
|
|
/obj/structure/dead_ratvar
|
|
name = "hulking wreck"
|
|
desc = "The remains of a monstrous war machine."
|
|
icon = 'icons/obj/mining_zones/dead_ratvar.dmi'
|
|
icon_state = "dead_ratvar"
|
|
flags_1 = ON_BORDER_1
|
|
appearance_flags = LONG_GLIDE
|
|
layer = FLY_LAYER
|
|
plane = ABOVE_GAME_PLANE
|
|
anchored = TRUE
|
|
density = TRUE
|
|
bound_width = 416
|
|
bound_height = 64
|
|
pixel_y = -10
|
|
resistance_flags = INDESTRUCTIBLE | LAVA_PROOF | FIRE_PROOF | UNACIDABLE | ACID_PROOF
|
|
|
|
/obj/structure/dead_ratvar/Initialize(mapload)
|
|
. = ..()
|
|
AddComponent(/datum/component/seethrough, SEE_THROUGH_MAP_RATVAR_WRECK)
|