Skip to content

Commit

Permalink
Allows lifeboat surgery (#6349)
Browse files Browse the repository at this point in the history
# About the pull request
Title.

# Explain why it's good for the game
I believe blocking lifeboat surgery was an unintended consequence of
#439. That PR was focused on
blocking vehicle surgery, to which lifeboats are not quite the kind that
was being focused. Allowing lifeboats to support surgery will allow
people mid-flight to get surgery, in addition to making them a slightly
better pre-eject hold spot.

# Changelog
:cl:
balance: Lifeboats now support surgery.
/:cl:
  • Loading branch information
Zonespace27 committed May 31, 2024
1 parent 56ca4b8 commit 0570a5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/turfs/open.dm
Original file line number Diff line number Diff line change
Expand Up @@ -999,6 +999,7 @@
icon = 'icons/turf/almayer.dmi'
icon_state = "plating"
allow_construction = FALSE
supports_surgery = TRUE

// Elevator floors
/turf/open/shuttle/elevator
Expand Down

0 comments on commit 0570a5b

Please sign in to comment.