mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Bodybags don't have a door animation (#93939)
## About The Pull Request Sets door_anim_time = 0 so bodybags don't try to animate a door that doesn't exist ## Changelog 🆑 Melbert fix: Things disappear instantly when going into bodybags /🆑
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
can_install_electronics = FALSE
|
||||
paint_jobs = null
|
||||
can_weld_shut = FALSE
|
||||
door_anim_time = 0
|
||||
|
||||
var/foldedbag_path = /obj/item/bodybag
|
||||
var/obj/item/bodybag/foldedbag_instance = null
|
||||
|
||||
Reference in New Issue
Block a user