mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-13 16:13:49 +01:00
Anomaly fixes (#18934)
* Automatic changelog compile [ci skip] * Fixes * Makes the compiler happy * get_station_areas makes me go crazy --------- Co-authored-by: vorestation-ci[bot] <199609141+vorestation-ci[bot]@users.noreply.github.com>
This commit is contained in:
@@ -304,6 +304,10 @@
|
||||
/obj/structure/simple_door/glamour/Initialize(mapload,var/material_name)
|
||||
. = ..(mapload, material_name || MAT_GLAMOUR)
|
||||
|
||||
/obj/structure/simple_door/snowbrick/Initialize(mapload, var/material_name)
|
||||
. = ..(mapload, material_name || MAT_SNOWBRICK)
|
||||
|
||||
|
||||
/obj/structure/simple_door/cult/TryToSwitchState(atom/user)
|
||||
if(isliving(user))
|
||||
var/mob/living/L = user
|
||||
|
||||
Reference in New Issue
Block a user