Merge pull request #645 from ArchieBeepBoop/giftfix

Gift Blacklist: The Electric Sequel
This commit is contained in:
Dahlular
2020-11-02 20:54:20 -07:00
committed by GitHub
2 changed files with 16 additions and 4 deletions
+8 -2
View File
@@ -48,8 +48,14 @@
var/cached_z
var/static/blacklisted_items = typecacheof(list(
/obj/singularity,
/obj/structure/destructible/clockwork/massive,
/obj/machinery/power/supermatter_crystal))
/obj/structure/destructible/clockwork/massive/ratvar,
/obj/item/projectile,
/obj/effect,
/obj/belly,
/obj/decal,
/obj/docking_port,
/obj/shapeshift_holder,
/obj/screen))
/mob/living/simple_animal/jacq/Initialize()
..()