mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-15 18:14:22 +01:00
Basic mobs can be vareditted again (#62046)
Readds the missing parent call.
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