Skip to content

Commit

Permalink
upp overwatch
Browse files Browse the repository at this point in the history
  • Loading branch information
uuuuhuuuu committed Aug 20, 2024
1 parent ec51c3f commit 6b24ab6
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion code/modules/cm_marines/overwatch.dm
Original file line number Diff line number Diff line change
Expand Up @@ -924,9 +924,26 @@
icon_state = "deltadrop"
squad = SQUAD_MARINE_4

//======UPP=======

/obj/structure/supply_drop/echo //extra supply drop pad
icon_state = "echodrop"
squad = SQUAD_MARINE_5
squad = "UPPS1"

/obj/structure/supply_drop/upp1
icon_state = "alphadrop"
squad = "UPPS1"

/obj/structure/supply_drop/upp2
icon_state = "bravodrop"
squad = "UPPS1"

/obj/structure/supply_drop/upp3
icon_state = "charlieodrop"
squad = "UPPS1"
/obj/structure/supply_drop/upp4
icon_state = "deltadrop"
squad = "UPPS1"

#undef HIDE_ALMAYER
#undef HIDE_GROUND
Expand Down

0 comments on commit 6b24ab6

Please sign in to comment.