Merge pull request #4940 from CHOMPStation2/Razgriz1032-patch-15

Allow all mobs and punpun to be spontaneously vored
This commit is contained in:
Razgriz
2022-09-17 01:08:16 -07:00
committed by GitHub
2 changed files with 2 additions and 0 deletions
@@ -12,3 +12,4 @@
real_name = name
w_uniform = new /obj/item/clothing/under/punpun(src)
regenerate_icons()
can_be_drop_prey = TRUE //CHOMP Add
@@ -54,6 +54,7 @@
var/obj/item/device/radio/headset/mob_radio //Adminbus headset for simplemob shenanigans.
does_spin = FALSE
can_be_drop_pred = TRUE // Mobs are pred by default.
can_be_drop_prey = TRUE //CHOMP Add This also counts for spontaneous prey for telenoms and phase noms.
var/damage_threshold = 0 //For some mobs, they have a damage threshold required to deal damage to them.