Skip to content

Commit

Permalink
added for default can surgury shuttle var
Browse files Browse the repository at this point in the history
  • Loading branch information
hislittlecuzingames committed Jan 28, 2024
1 parent 0bd7a79 commit 2c04ed7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions code/game/turfs/open.dm
Original file line number Diff line number Diff line change
Expand Up @@ -910,6 +910,13 @@
allow_construction = FALSE
supports_surgery = FALSE

/turf/open/shuttle/can_surgury
name = "floor"
icon_state = "floor"
icon = 'icons/turf/shuttle.dmi'
allow_construction = TRUE
supports_surgery = TRUE

/turf/open/shuttle/can_surgury/blue
name = "floor"
icon_state = "floor"
Expand Down

0 comments on commit 2c04ed7

Please sign in to comment.