Skip to content

Commit

Permalink
Fix sentry_holder hiding north facing barricades
Browse files Browse the repository at this point in the history
  • Loading branch information
Drulikar committed Jun 2, 2024
1 parent 0389ccc commit dc495b7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions code/game/machinery/sentry_holder.dm
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,7 @@
icon_state = "floor_sentry_installed" // TODO: More appropriate sprites
turret_path = /obj/structure/machinery/defenses/sentry/premade/deployable/colony/landing_zone
base_icon_state = "floor_sentry" // TODO: More appropriate sprites

/obj/structure/machinery/sentry_holder/landing_zone/Initialize()
. = ..()
deploy_sentry()
layer = HATCH_LAYER // Needs to not hide barricades

/obj/structure/machinery/sentry_holder/landing_zone/attack_hand(mob/user)
var/obj/structure/machinery/defenses/sentry/premade/deployable/colony/landing_zone/turret = deployed_turret
Expand Down

0 comments on commit dc495b7

Please sign in to comment.