mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-13 09:05:11 +01:00
[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user