mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
Eyes of god no longer sees ghosts. (#20311)
This commit is contained in:
@@ -1566,7 +1566,7 @@ GLOBAL_LIST_INIT(holy_areas, typecacheof(list(
|
||||
add_to_all_human_data_huds()
|
||||
|
||||
/mob/proc/make_invisible()
|
||||
invisibility = INVISIBILITY_OBSERVER
|
||||
invisibility = INVISIBILITY_LEVEL_TWO
|
||||
alpha = 128
|
||||
remove_from_all_data_huds()
|
||||
|
||||
|
||||
@@ -314,7 +314,7 @@
|
||||
receive_damage(2, 1) //No flicky flicky on / off to fully negate damage
|
||||
RegisterSignal(owner, COMSIG_CARBON_FLASH_EYES, PROC_REF(got_flashed))
|
||||
active = TRUE
|
||||
see_invisible = SEE_INVISIBLE_OBSERVER_AI_EYE
|
||||
see_invisible = SEE_INVISIBLE_LEVEL_TWO
|
||||
vision_flags = SEE_MOBS | SEE_OBJS | SEE_TURFS
|
||||
lighting_alpha = LIGHTING_PLANE_ALPHA_MOSTLY_INVISIBLE
|
||||
flash_protect = FLASH_PROTECTION_VERYVUNERABLE //Flashing is it's weakness. I don't care how many protections you have up
|
||||
@@ -351,4 +351,4 @@
|
||||
name = "eye mark"
|
||||
icon_state = "shield_reversed"
|
||||
duration = 2 SECONDS
|
||||
invisibility = INVISIBILITY_OBSERVER
|
||||
invisibility = INVISIBILITY_LEVEL_TWO
|
||||
|
||||
Reference in New Issue
Block a user