mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
Refactor SPELL_REQUIRES_OFF_CENTCOM to SPELL_REQUIRES_STATION (#73348)
When I refactored stuff to use lazy templates it broke a few needed checks, this is one of those checks. Although there is no reason this shouldn't have been checking for station level over not CC
This commit is contained in:
@@ -977,8 +977,8 @@ GLOBAL_PROTECT(admin_verbs_poll)
|
||||
real_reqs += "Must have a mind"
|
||||
if(reqs & SPELL_REQUIRES_NO_ANTIMAGIC)
|
||||
real_reqs += "Must have no antimagic"
|
||||
if(reqs & SPELL_REQUIRES_OFF_CENTCOM)
|
||||
real_reqs += "Must be off central command z-level"
|
||||
if(reqs & SPELL_REQUIRES_STATION)
|
||||
real_reqs += "Must be on the station z-level"
|
||||
if(reqs & SPELL_REQUIRES_WIZARD_GARB)
|
||||
real_reqs += "Must have wizard clothes"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user