mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 14:07:51 +01:00
Adds roles for golems, ash walkers and robot brains to player preferences + Splits antags and neutral roles in the UI window (#31168)
* split antags and neutrals, sentient to brains and golems * proper roles for golems and brains * potentially added golem ban * added role for ash walker * i -> role * strings to defines * spacing * style * early return
This commit is contained in:
@@ -87,10 +87,10 @@
|
||||
var/area/A = get_area(src)
|
||||
if(!mapload && A)
|
||||
if(COOLDOWN_FINISHED(src, ghost_flash_cooldown))
|
||||
notify_ghosts("\A [initial(species.prefix)] golem shell has been completed in [A.name].", source = src)
|
||||
notify_ghosts("\A [initial(species.prefix)] golem shell has been completed in [A.name].", source = src, role = ROLE_GOLEM)
|
||||
COOLDOWN_START(src, ghost_flash_cooldown, 20 MINUTES)
|
||||
else
|
||||
notify_ghosts("\A [initial(species.prefix)] golem shell has been completed in [A.name].", source = src, flashwindow = FALSE)
|
||||
notify_ghosts("\A [initial(species.prefix)] golem shell has been completed in [A.name].", source = src, role = ROLE_GOLEM, flashwindow = FALSE)
|
||||
if(has_owner && creator)
|
||||
important_info = "Serve your creator, even if they are an antag."
|
||||
flavour_text = "You are a golem created to serve your creator."
|
||||
|
||||
Reference in New Issue
Block a user