Clockwork Cult Defenses Patch - Leader role, traps and wiring, hulk and mech soft-counters, +more
This commit is contained in:
committed by
CitadelStationBot
parent
e7e9a4cc9b
commit
0ae0c44991
@@ -253,3 +253,17 @@
|
||||
. = ..()
|
||||
animate(src, alpha = 255, time = 50)
|
||||
|
||||
//Used by the Eminence to coordinate the cult
|
||||
/obj/effect/temp_visual/ratvar/command_point
|
||||
name = "command marker"
|
||||
desc = "An area of importance marked by the Eminence."
|
||||
icon = 'icons/mob/actions/actions_clockcult.dmi'
|
||||
icon_state = "eminence"
|
||||
mouse_opacity = MOUSE_OPACITY_TRANSPARENT
|
||||
resistance_flags = INDESTRUCTIBLE
|
||||
layer = MASSIVE_OBJ_LAYER
|
||||
duration = 300
|
||||
|
||||
/obj/effect/temp_visual/ratvar/command_point/Initialize(mapload, appearance)
|
||||
. = ..()
|
||||
icon_state = appearance
|
||||
|
||||
Reference in New Issue
Block a user