Basic mobs can be vareditted again (#62046)

Readds the missing parent call.
This commit is contained in:
tralezab
2021-10-10 21:05:14 -07:00
committed by GitHub
parent 8e620176bd
commit dc38af86c9
+2
View File
@@ -131,7 +131,9 @@
return result
/mob/living/basic/vv_edit_var(vname, vval)
. = ..()
if(vname == NAMEOF(src, speed))
datum_flags |= DF_VAR_EDITED
set_varspeed(vval)
/mob/living/basic/proc/set_varspeed(var_value)