You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.
Use a heretic blade (/obj/item/melee/sickly_blade) in your hand, which should teleport you to a safe location.
Remain in the same spot, now without a blade.
This is being caused by the is_safe_turf() proc not being fully updated for ZAS yet, and is presumably affecting other things that use the proc as well.
Everything up to line 151 seems to work fine, but after that point the code is assuming that floor_gases is a /datum/gas_mixture rather than a list.
(Reported by Fallikaar#5812 on the Discord server.)
Round ID:
N/A
Testmerges:
#469
Reproduction:
/obj/item/melee/sickly_blade
) in your hand, which should teleport you to a safe location.This is being caused by the
is_safe_turf()
proc not being fully updated for ZAS yet, and is presumably affecting other things that use the proc as well.Everything up to line 151 seems to work fine, but after that point the code is assuming that
floor_gases
is a/datum/gas_mixture
rather than a list.Current:
Pariah-Station/code/datums/helper_datums/teleport.dm
Lines 138 to 165 in b083e79
ZASR:
Pariah-Station/code/datums/helper_datums/teleport.dm
Lines 138 to 155 in bc8aa4c
The text was updated successfully, but these errors were encountered: