Merge pull request #13751 from Heroman3003/capture-runtime

Fixes runtime with capture crystal pref
This commit is contained in:
Casey
2022-09-18 05:38:26 -04:00
committed by CHOMPStation2
parent dbf648d4c0
commit f9633cb139

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)