Adds bugsnax (#12351)

This commit is contained in:
desven
2021-08-22 12:25:18 +02:00
committed by GitHub
parent 305ae661fd
commit 7a2a7f7a62
8 changed files with 55 additions and 1 deletions
+4
View File
@@ -229,3 +229,7 @@
/obj/item/trash/seaweed
name = "empty moss pack"
icon_state = "seaweed"
/obj/item/trash/vkrexitaffy
name = "V'krexi Snax"
icon_state = "vkrexitaffy"
@@ -713,7 +713,8 @@
/obj/item/reagent_containers/food/snacks/tuna,
/obj/item/storage/box/fancy/gum,
/obj/item/storage/box/fancy/cookiesnack,
/obj/item/storage/box/fancy/admints
/obj/item/storage/box/fancy/admints,
/obj/item/storage/box/fancy/vkrexitaffy
)
for (var/i = 0,i<7,i++)
var/type = pick(snacks)