mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 02:56:14 +01:00
sane stacks (#18342)
* sane stacks * . * . * . * - * clean that up * . * . * fix chat scaling * readd cords * . * guh --------- Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com>
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
|
||||
/obj/machinery/door/blast/puzzle/Initialize(mapload)
|
||||
. = ..()
|
||||
implicit_material = get_material_by_name("dungeonium")
|
||||
implicit_material = get_material_by_name(MAT_ALIEN_DUNGEON)
|
||||
if(locks.len)
|
||||
return
|
||||
var/check_range = world.view * checkrange_mult
|
||||
|
||||
Reference in New Issue
Block a user