mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +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:
@@ -32,7 +32,7 @@
|
||||
if(prob(80))
|
||||
gibs(where)
|
||||
if(prob(45))
|
||||
new /obj/item/food/snacks/meat(where)
|
||||
new /obj/item/food/meat(where)
|
||||
else if(prob(10))
|
||||
explosion(where, 0, pick(0,1), pick(2,3), 0)
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user