mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Removes the empty type of /snacks (#26010)
* Aaaaa it works * Add updatepaths * Add unsaved files * MATTTTT * Fixes casino * Fix --------- Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
/obj/item/clothing/under/syndicate/tacticool,
|
||||
/obj/item/coin/antagtoken/syndicate,
|
||||
/obj/item/poster/syndicate_recruitment,
|
||||
/obj/item/food/snacks/syndicake,
|
||||
/obj/item/food/snacks/tatortot,
|
||||
/obj/item/food/syndicake,
|
||||
/obj/item/food/tatortot,
|
||||
/obj/item/storage/box/fakesyndiesuit,
|
||||
/obj/item/storage/fancy/cigarettes/cigpack_syndicate,
|
||||
/obj/item/toy/figure/crew/syndie,
|
||||
@@ -423,7 +423,7 @@
|
||||
M.update_icons()
|
||||
|
||||
// Supply them with some chow. How generous is the Syndicate?
|
||||
var/obj/item/food/snacks/breadslice/food = new(get_turf(M))
|
||||
var/obj/item/food/breadslice/food = new(get_turf(M))
|
||||
food.name = "stale bread"
|
||||
food.desc = "Looks like your captors care for their prisoners as much as their bread."
|
||||
food.trash = null
|
||||
|
||||
Reference in New Issue
Block a user