mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 12:37:50 +01:00
Fixes admin buildmode from gibbing you (#17191)
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
var/falling_type = /obj/item/reagent_containers/food/snacks/sliceable/pizza/margherita
|
||||
var/crushing = TRUE
|
||||
|
||||
/obj/effect/falling_effect/New(loc, type, var/crushing_type = TRUE)
|
||||
crushing = crushing_type
|
||||
..()
|
||||
|
||||
/obj/effect/falling_effect/Initialize(mapload, type)
|
||||
..()
|
||||
if(type)
|
||||
|
||||
Reference in New Issue
Block a user