Skip to content

Commit

Permalink
Add examine text if okay battery
Browse files Browse the repository at this point in the history
Co-authored-by: Vero <[email protected]>
  • Loading branch information
Drulikar and vero5123 authored Jun 2, 2024
1 parent 7972fdc commit bb3604b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/defenses/sentry.dm
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,8 @@
/obj/structure/machinery/defenses/sentry/premade/deployable/colony/landing_zone/get_examine_text(mob/user)
. = ..()
switch(battery_state)
if(TURRET_BATTERY_STATE_OK)
. += "Its battery indictor is green, fully charged."
if(TURRET_BATTERY_STATE_LOW)
. += "Its battery indictor is flashing yellow."
if(TURRET_BATTERY_STATE_CRITICAL)
Expand Down

0 comments on commit bb3604b

Please sign in to comment.