mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 13:05:36 +01:00
[MIRROR] Seethrough component for shipping containers, big bones, ratvar wreck and necropolis gate [MDB IGNORE] (#17562)
* Seethrough component for shipping containers, big bones, ratvar wreck and necropolis gate (#71212) Big sprite, easy conversion. Let's you see through a bunch of stuff with big sprites 🆑 qol: you can look behind shipping containers, ratvars wreck, through the necropolis gate and behind the big bones /🆑 Behind a container https://user-images.githubusercontent.com/7501474/201395747-4843b2df-d3ad-4047-b4af-66310d1d0472.mp4 Through the necropolis gate https://user-images.githubusercontent.com/7501474/201416066-9f69399d-f757-4132-941d-5cf3b98ced5d.mp4 * Seethrough component for shipping containers, big bones, ratvar wreck and necropolis gate Co-authored-by: Time-Green <timkoster1@hotmail.com> Co-authored-by: Tastyfish <crazychris32@gmail.com>
This commit is contained in:
@@ -5,10 +5,15 @@
|
||||
icon_state = "container_blank"
|
||||
max_integrity = 1000
|
||||
bound_width = 96
|
||||
bound_height = 64
|
||||
bound_height = 32
|
||||
density = TRUE
|
||||
anchored = TRUE
|
||||
|
||||
/obj/structure/shipping_container/Initialize(mapload)
|
||||
. = ..()
|
||||
|
||||
AddComponent(/datum/component/seethrough, SEE_THROUGH_MAP_SHIPPING_CONTAINER)
|
||||
|
||||
/obj/structure/shipping_container/nanotrasen
|
||||
name = "\improper Nanotrasen shipping container"
|
||||
desc = "A standard-measure shipping container for bulk transport of goods. This one prominently features Nanotrasen's logo, and so presumably could be carrying anything."
|
||||
|
||||
Reference in New Issue
Block a user