mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
HOP ON THE MAGIC SCHOOLBUS MOTHERFUCKERS (#19374)
* HOP ON THE MAGIC SCHOOLBUS MOTHERFUCKERS * Moves bus structures to /fluff.dm. Map update. * Updated DEEPLORE.
This commit is contained in:
@@ -69,3 +69,39 @@
|
||||
/obj/structure/fluff/drake_statue/falling //A variety of statue in disrepair; parts are broken off and a gemstone is missing
|
||||
desc = "A towering basalt sculpture of a drake. Cracks run down its surface and parts of it have fallen off."
|
||||
icon_state = "drake_statue_falling"
|
||||
|
||||
|
||||
/obj/structure/fluff/bus/
|
||||
name = "bus"
|
||||
desc = "GO TO SCHOOL. READ A BOOK."
|
||||
icon = 'icons/obj/bus.dmi'
|
||||
density = TRUE
|
||||
anchored = TRUE
|
||||
deconstructible = FALSE
|
||||
|
||||
/obj/structure/fluff/bus/dense
|
||||
name = "bus"
|
||||
icon_state = "backwall"
|
||||
|
||||
/obj/structure/fluff/bus/passable
|
||||
name = "bus"
|
||||
icon_state = "frontwalltop"
|
||||
density = 0
|
||||
layer = ABOVE_ALL_MOB_LAYER //except for the stairs tile, which should be set to OBJ_LAYER aka 3.
|
||||
|
||||
|
||||
/obj/structure/fluff/bus/passable/seat
|
||||
name = "seat"
|
||||
desc = "Buckle up! ...What do you mean, there's no seatbelts?!"
|
||||
icon_state = "backseat"
|
||||
pixel_y = 17
|
||||
layer = OBJ_LAYER
|
||||
|
||||
|
||||
/obj/structure/fluff/bus/passable/seat/driver
|
||||
name = "driver's seat"
|
||||
desc = "Space Jesus is my copilot."
|
||||
icon_state = "driverseat"
|
||||
|
||||
/obj/structure/fluff/bus/passable/seat/driver/attack_hand(mob/user)
|
||||
playsound(src.loc, 'sound/items/carhorn.ogg', 50, 1)
|
||||
Reference in New Issue
Block a user