mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
Resolves compile errors with the exception of map errors.
This commit is contained in:
@@ -13,5 +13,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_mob/hostile/mimic/copy(O.loc, O, firer)
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user