mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-15 17:13:46 +01:00
GODHEAD has appeared in the basement! (#27470)
This commit is contained in:
@@ -424,6 +424,8 @@
|
||||
return
|
||||
|
||||
/datum/species/proc/apply_damage(damage = 0, damagetype = BRUTE, def_zone, blocked = 0, mob/living/carbon/human/H, sharp = FALSE, obj/used_weapon, spread_damage = FALSE)
|
||||
if(H.status_flags & GODMODE)
|
||||
return FALSE //godmode
|
||||
SEND_SIGNAL(H, COMSIG_MOB_APPLY_DAMAGE, damage, damagetype, def_zone)
|
||||
if(!damage)
|
||||
return FALSE
|
||||
|
||||
Reference in New Issue
Block a user