mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-30 23:46:43 +01:00
Voremob tweaks, bellies now escapable (#783)
* Voremob tweaks, bellies now escapable Also disabled all the non-vore variants in the code to avoid confusion, excluding aliens for now, since other stuff is handled there. * comment removal * Zoo.dmm hotfix Makes the snakes play nice. * Travis stop being a cunt * Minor Tweak
This commit is contained in:
@@ -12,5 +12,5 @@
|
||||
/obj/item/projectile/animate/Bump(var/atom/change)
|
||||
if((istype(change, /obj/item) || istype(change, /obj/structure)) && !is_type_in_list(change, protected_objects))
|
||||
var/obj/O = change
|
||||
new /mob/living/simple_animal/hostile/mimic/copy(O.loc, O, firer)
|
||||
new /mob/living/simple_animal/hostile/vore/mimic/copy(O.loc, O, firer)
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user