Skip to content

Commit

Permalink
UPP Premade Sentry Update
Browse files Browse the repository at this point in the history
Updates the icon_state for the premade UPP sentry.
  • Loading branch information
FslashN committed Apr 6, 2024
1 parent 4bac7b7 commit 5581ebb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion code/modules/defenses/sentry.dm
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,10 @@

/obj/structure/machinery/defenses/sentry/premade/upp
name = "\improper UPPA 30-KG gauss turret"
desc = "A deployable, semi-automated turret with AI targeting capabilities. Armed with an AK-477 autocannon and a 500-round drum magazine, an older design, affectionally referred to as 'Komrade Sentry'."
desc = "A semi-automated turret with AI targeting capabilities. Armed with an AK-477 autocannon and a 500-round drum magazine. An older design, affectionally referred to as 'Komrade Sentry'."
icon_state = "upp_defense_base"
icon_on = "upp_defense_base"
icon_off = "upp_defense_base_off"
faction_group = list(FACTION_UPP)

/obj/structure/machinery/defenses/sentry/premade/dumb
Expand Down

0 comments on commit 5581ebb

Please sign in to comment.