mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-17 02:47:58 +01:00
Fix bluespace tech (#21115)
title Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
@@ -24,10 +24,10 @@
|
||||
to_chat(src, "You've used this verb too recently, please wait a moment before trying again.")
|
||||
return
|
||||
|
||||
if(!check_rights(R_DEV|R_ADMIN) || !isstoryteller(src.mob))
|
||||
if(!check_rights(R_DEV|R_ADMIN) && !isstoryteller(src.mob))
|
||||
return
|
||||
|
||||
if(!holder || !isstoryteller(src.mob))
|
||||
if(!holder && !isstoryteller(src.mob))
|
||||
return //how did they get here?
|
||||
|
||||
if(!ROUND_IS_STARTED)
|
||||
|
||||
Reference in New Issue
Block a user