Skip to content

Commit

Permalink
UPPAddit
Browse files Browse the repository at this point in the history
  • Loading branch information
Steelpoint committed Aug 17, 2024
1 parent 7b6ef82 commit a0f0f4b
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions code/game/turfs/floor_types.dm
Original file line number Diff line number Diff line change
Expand Up @@ -840,6 +840,36 @@
/turf/open/floor/almayer/empty/vehicle_bay/get_depths_turfs()
return SSshuttle.vehicle_elevator.return_turfs()

//UPP Symbol Floor
/turf/open/floor/almayer/upp_floor
icon = 'icons/turf/upp_floor.dmi'
icon_state = "upp_c"
name = "\improper UPP Logo"

/turf/open/floor/almayer/upp_floor/directional
icon_state = "upp_directional"

/turf/open/floor/almayer/upp_floor/directional/southwest
dir = SOUTHWEST

/turf/open/floor/almayer/upp_floor/directional/north
dir = NORTH

/turf/open/floor/almayer/upp_floor/directional/east
dir = EAST

/turf/open/floor/almayer/upp_floor/directional/west
dir = WEST

/turf/open/floor/almayer/upp_floor/directional/northeast
dir = NORTHEAST

/turf/open/floor/almayer/upp_floor/directional/southeast
dir = SOUTHEAST

/turf/open/floor/almayer/upp_floor/directional/northwest
dir = NORTHWEST

//Others
/turf/open/floor/almayer/uscm
icon_state = "logo_c"
Expand Down
Binary file added icons/turf/upp_floor.dmi
Binary file not shown.

0 comments on commit a0f0f4b

Please sign in to comment.