Skip to content

Commit

Permalink
Update code/game/machinery/alarm.dm
Browse files Browse the repository at this point in the history
Co-authored-by: KIBORG04 <[email protected]>
  • Loading branch information
AzzyDreemurr13 and KIBORG04 authored Jul 21, 2024
1 parent dfb6d63 commit 148e2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/alarm.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1237,7 +1237,7 @@ FIRE ALARM

if(is_station_level(z) || is_mining_level(z))
if(security_level)
add_overlay(image('icons/obj/monitors.dmi', "code_name_eng[security_level]"))
add_overlay(image('icons/obj/monitors.dmi', "overlay_[code_name_eng[security_level]]"))
else
add_overlay(image('icons/obj/monitors.dmi', "overlay_green"))

Expand Down

0 comments on commit 148e2da

Please sign in to comment.