[MIRROR] Basic mobs can be vareditted again [MDB IGNORE] (#8755)

* Basic mobs can be vareditted again (#62046)

Readds the missing parent call.

* Basic mobs can be vareditted again

Co-authored-by: tralezab <40974010+tralezab@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-10-11 17:17:39 +02:00
committed by GitHub
parent 185297d75f
commit 7cfdc7f404
+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)