Merge pull request #4959 from CHOMPStation2/upstream-merge-13751

[MIRROR] Fixes runtime with capture crystal pref
This commit is contained in:
Nadyr
2022-09-18 20:50:02 -04:00
committed by GitHub
+1 -1
View File
@@ -100,7 +100,7 @@
else
to_chat(src, "You are now catchable.")
prefs.capture_crystal = 1
if(L)
if(L && istype(L))
L.capture_crystal = prefs.capture_crystal
SScharacter_setup.queue_preferences_save(prefs)