mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
Medical/roller beds (#78078)
## About The Pull Request 'medical beds' in the game were just varedited survival pod beds. This creates a proper medical bed subtype plus its own sprite for regular and roller beds. Cleans up little bits of the bed code and adds context helpers. - Medical/roller bed is now constructable with titanium and plastic after research - Bed will face the correct direction when pulled - Movable beds can have 'brakes' toggled with alt-click   ## Why It's Good For The Game Medical gets their own bed, new sprites, cleans up varedits on maps. ## Changelog 🆑 LT3 image: New medical bed and emergency roller bed code: Added context hints for beds /🆑 --------- Co-authored-by: Time-Green <7501474+Time-Green@users.noreply.github.com>
This commit is contained in:
co-authored by
Time-Green
parent
ac5c37cd09
commit
3594c3d1fb
@@ -132,7 +132,7 @@
|
||||
name = "patient stretcher spawner"
|
||||
icon_state = "rollerbed"
|
||||
loot = list(
|
||||
/obj/structure/bed/roller,
|
||||
/obj/structure/bed/medical/emergency,
|
||||
/obj/vehicle/ridden/wheelchair,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user