From 0570a5b627dbeeeb558ab079f2e1ccc00756e9c6 Mon Sep 17 00:00:00 2001 From: Zonespace <41448081+Zonespace27@users.noreply.github.com> Date: Fri, 31 May 2024 02:12:26 -0700 Subject: [PATCH] Allows lifeboat surgery (#6349) # About the pull request Title. # Explain why it's good for the game I believe blocking lifeboat surgery was an unintended consequence of https://github.com/cmss13-devs/cmss13/pull/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: --- code/game/turfs/open.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/turfs/open.dm b/code/game/turfs/open.dm index 8d9ded899a70..14f1cf21f9a4 100644 --- a/code/game/turfs/open.dm +++ b/code/game/turfs/open.dm @@ -999,6 +999,7 @@ icon = 'icons/turf/almayer.dmi' icon_state = "plating" allow_construction = FALSE + supports_surgery = TRUE // Elevator floors /turf/open/shuttle/elevator