mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
[MIRROR] we load it from a file, that path might no longer exist (#9059)
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: CHOMPStation2 <chompsation2@gmail.com>
This commit is contained in:
@@ -151,6 +151,11 @@ GLOBAL_DATUM_INIT(gear_tweak_free_matrix_recolor, /datum/gear_tweak/matrix_recol
|
|||||||
continue
|
continue
|
||||||
else
|
else
|
||||||
path = contents[metadata[i]]
|
path = contents[metadata[i]]
|
||||||
|
if(!path)
|
||||||
|
var/mob/user = ismob(I.loc) ? I.loc : I.loc?.loc
|
||||||
|
if(istype(user))
|
||||||
|
to_chat(user, span_warning("The content \"[metadata[i]]\" from \"[I]\" does no longer exist and has not been loaded. Please replace it in the character setup."))
|
||||||
|
continue
|
||||||
new path(I)
|
new path(I)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user