mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Unfucks darkspawn veils but they're still weaker (#17866)
* brtuh * Update yogstation/code/game/gamemodes/darkspawn/veil.dm whoops Co-authored-by: Molti <108117184+Moltijoe@users.noreply.github.com> --------- Co-authored-by: Molti <108117184+Moltijoe@users.noreply.github.com>
This commit is contained in:
@@ -10,7 +10,6 @@
|
|||||||
SSticker.mode.update_darkspawn_icons_added(owner)
|
SSticker.mode.update_darkspawn_icons_added(owner)
|
||||||
SSticker.mode.veils += owner
|
SSticker.mode.veils += owner
|
||||||
owner.special_role = "veil"
|
owner.special_role = "veil"
|
||||||
owner.current?.maxHealth = min(owner.current.maxHealth, 35)
|
|
||||||
message_admins("[key_name_admin(owner.current)] was veiled by a darkspawn!")
|
message_admins("[key_name_admin(owner.current)] was veiled by a darkspawn!")
|
||||||
log_game("[key_name(owner.current)] was veiled by a darkspawn!")
|
log_game("[key_name(owner.current)] was veiled by a darkspawn!")
|
||||||
|
|
||||||
@@ -27,11 +26,16 @@
|
|||||||
else
|
else
|
||||||
M.visible_message(span_big("[M] looks like their mind is their own again!"))
|
M.visible_message(span_big("[M] looks like their mind is their own again!"))
|
||||||
to_chat(M,span_userdanger("A piercing white light floods your eyes. Your mind is your own again! Though you try, you cannot remember anything about the darkspawn or your time under their command..."))
|
to_chat(M,span_userdanger("A piercing white light floods your eyes. Your mind is your own again! Though you try, you cannot remember anything about the darkspawn or your time under their command..."))
|
||||||
to_chat(owner, span_notice("As your mind is released from their grasp, you feel much stronger, though you will never again be whole."))
|
to_chat(owner, span_notice("As your mind is released from their grasp, you feel your strength returning."))
|
||||||
M.maxHealth = max(M.maxHealth, 70)
|
|
||||||
M.update_sight()
|
M.update_sight()
|
||||||
return ..()
|
return ..()
|
||||||
|
|
||||||
|
/datum/antagonist/veil/apply_innate_effects(mob/living/mob_override)
|
||||||
|
mob_override.maxHealth -= 40
|
||||||
|
|
||||||
|
/datum/antagonist/veil/remove_innate_effects(mob/living/mob_override)
|
||||||
|
mob_override.maxHealth += 40
|
||||||
|
|
||||||
/datum/antagonist/veil/greet()
|
/datum/antagonist/veil/greet()
|
||||||
to_chat(owner, "<span class='velvet big'><b>ukq wna ieja jks</b></span>" )
|
to_chat(owner, "<span class='velvet big'><b>ukq wna ieja jks</b></span>" )
|
||||||
if(ispreternis(owner))
|
if(ispreternis(owner))
|
||||||
|
|||||||
Reference in New Issue
Block a user