mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-24 05:38:15 +01:00
Merge pull request #4940 from CHOMPStation2/Razgriz1032-patch-15
Allow all mobs and punpun to be spontaneously vored
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user