this is needed

This commit is contained in:
SandPoot
2020-11-15 19:13:01 -03:00
committed by GitHub
parent cbb44674ac
commit 00adf078b0

View File

@@ -8,14 +8,14 @@
* Gifts * Gifts
*/ */
GLOBAL_LIST_INIT(gift_item_blacklist, list( GLOBAL_LIST_INIT(gift_item_blacklist, typecacheof(list(
/obj/effect, /obj/effect,
/obj/belly, /obj/belly,
/obj/mafia_game_board, /obj/mafia_game_board,
/obj/docking_port, /obj/docking_port,
/obj/shapeshift_holder, /obj/shapeshift_holder,
/obj/screen /obj/screen
)) )))
GLOBAL_LIST_EMPTY(possible_gifts) GLOBAL_LIST_EMPTY(possible_gifts)