mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-15 17:13:46 +01:00
Makes announcements make more sense
This commit is contained in:
@@ -186,7 +186,7 @@ var/global/maint_all_access = 0
|
||||
for(var/obj/machinery/door/airlock/D in A)
|
||||
D.emergency = 1
|
||||
D.update_icon(0)
|
||||
minor_announcement.Announce("The maintenance access requirement has been revoked on all airlocks.")
|
||||
minor_announcement.Announce("Access Restrictions on Maintenance and External Airlocks have been removed.")
|
||||
maint_all_access = 1
|
||||
|
||||
/proc/revoke_maint_all_access()
|
||||
@@ -194,5 +194,5 @@ var/global/maint_all_access = 0
|
||||
for(var/obj/machinery/door/airlock/D in A)
|
||||
D.emergency = 0
|
||||
D.update_icon(0)
|
||||
minor_announcement.Announce("The maintenance access requirement has been readded on all maintenance airlocks.")
|
||||
maint_all_access = 0
|
||||
minor_announcement.Announce("Access Restrictions on Maintenance and External Airlocks have been re-added.")
|
||||
maint_all_access = 0
|
||||
|
||||
Reference in New Issue
Block a user