[MIRROR] Fixes inability to declare war as nukies [MDB IGNORE] (#18360)

* Fixes inability to declare war as nukies

* Update admin_verbs.dm

Co-authored-by: Zephyr <12817816+ZephyrTFA@users.noreply.github.com>
Co-authored-by: Zonespace <41448081+Zonespace27@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-12-31 19:57:08 +01:00
committed by GitHub
parent 0a29fd423c
commit 562aa6fe3a
6 changed files with 22 additions and 9 deletions
+1 -1
View File
@@ -49,7 +49,7 @@
. = ..()
if(!.)
return FALSE
if(!is_centcom_level(z))
if(!is_reserved_level(z))
to_chat(user, span_warning("Pods are one way!"))
return FALSE
return TRUE