mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
More istypes replaced with helpers (#20767)
* shouldn't you be merging these by now * my oh my do we have a lot of these * a fellow pedantic shit
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
if(..())
|
||||
return
|
||||
if (src.locked)
|
||||
if (!(istype(usr, /mob/living/silicon)|| IsAdminGhost(usr)))
|
||||
if(!(issilicon(usr)|| IsAdminGhost(usr)))
|
||||
usr << "Control panel is locked!"
|
||||
return
|
||||
if (href_list["toggleOn"])
|
||||
|
||||
Reference in New Issue
Block a user