mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 11:34:19 +01:00
Vampires can now gain blood for a minute after someone succumbs to death (#24236)
* Vampires can now gain blood for a minute after someone succumbs to death * Apply suggestions from code review Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> * status effect it --------- Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
This commit is contained in:
@@ -202,6 +202,12 @@
|
||||
id = "impact_immune"
|
||||
alert_type = null
|
||||
|
||||
/datum/status_effect/recently_succumbed
|
||||
id = "recently_succumbed"
|
||||
alert_type = null
|
||||
duration = 1 MINUTES
|
||||
status_type = STATUS_EFFECT_REFRESH
|
||||
|
||||
#define LWAP_LOCK_CAP 10
|
||||
|
||||
/datum/status_effect/lwap_scope
|
||||
|
||||
Reference in New Issue
Block a user