mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 06:00:23 +01:00
Adds SHOULD_CALL_PARENT to examine (#16822)
* Another one I'm curious about * those don't * this should call parent * beds need to be fully moved due to fantasy gateway * fix that * finish beds
This commit is contained in:
@@ -244,8 +244,8 @@ GLOBAL_LIST_EMPTY(unique_deployable)
|
||||
icon = 'icons/obj/survival_pod.dmi'
|
||||
icon_state = "bed"
|
||||
|
||||
/obj/structure/bed/pod/New(var/newloc)
|
||||
..(newloc,MAT_STEEL,"cotton")
|
||||
/obj/structure/bed/pod/Initialize(var/newloc)
|
||||
. = ..(newloc, MAT_STEEL, MAT_COTTON)
|
||||
|
||||
//Survival Storage Unit
|
||||
/obj/machinery/smartfridge/survival_pod
|
||||
|
||||
Reference in New Issue
Block a user