mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
[Modular] [Ready] NSV Titan is kinda cool (#7776)
* ah fuck I can't believe you've done this * whoops * no robots allowed. * E * Update syndicate_loadout.dm * gaming * a * bonk * I hate shutters I hate shutters I hate shutters * god * our house, in the middle of our house * giant screaming rat
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
/////////////////////////////////////////////NCV Titan//////////////////////////////////////////////////////////
|
||||
|
||||
/turf/closed/indestructible/titanium
|
||||
name = "wall"
|
||||
desc = "A light-weight titanium wall used in shuttles."
|
||||
icon = 'icons/turf/walls/shuttle_wall.dmi'
|
||||
icon_state = "shuttle_wall-0"
|
||||
base_icon_state = "shuttle_wall"
|
||||
flags_1 = CAN_BE_DIRTY_1
|
||||
flags_ricochet = RICOCHET_SHINY | RICOCHET_HARD
|
||||
smoothing_flags = SMOOTH_BITMASK | SMOOTH_DIAGONAL_CORNERS
|
||||
smoothing_groups = list(SMOOTH_GROUP_CLOSED_TURFS, SMOOTH_GROUP_WALLS, SMOOTH_GROUP_TITANIUM_WALLS)
|
||||
canSmoothWith = list(SMOOTH_GROUP_TITANIUM_WALLS, SMOOTH_GROUP_AIRLOCK, SMOOTH_GROUP_SHUTTLE_PARTS)
|
||||
|
||||
/turf/closed/indestructible/titanium/nodiagonal
|
||||
icon = 'icons/turf/walls/shuttle_wall.dmi'
|
||||
icon_state = "map-shuttle_nd"
|
||||
base_icon_state = "shuttle_wall"
|
||||
smoothing_flags = SMOOTH_BITMASK
|
||||
Reference in New Issue
Block a user