mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-29 11:31:51 +00:00
Allows admins to write in blood
This commit is contained in:
@@ -584,8 +584,8 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
|
||||
if(cult.current_antagonists.len > config.cult_ghostwriter_req_cultists)
|
||||
ghosts_can_write = 1
|
||||
|
||||
if(!ghosts_can_write)
|
||||
src << "\red The veil is not thin enough for you to do that."
|
||||
if(!ghosts_can_write && !check_rights(R_ADMIN)) //Let's allow for admins to write in blood for events and the such.
|
||||
src << "<font color='red'>The veil is not thin enough for you to do that.</font>"
|
||||
return
|
||||
|
||||
var/list/choices = list()
|
||||
|
||||
Reference in New Issue
Block a user