[MIRROR] converts cows to basic mobs and ADDS MOONICORNS (#8220)

* converts cows to basic mobs and ADDS MOONICORNS (#61446)

* converts cows to basic mobs and ADDS MOONICORNS

* E

Co-authored-by: tralezab <40974010+tralezab@users.noreply.github.com>
Co-authored-by: Gandalf <jzo123@hotmail.com>
This commit is contained in:
SkyratBot
2021-09-19 22:10:20 +01:00
committed by GitHub
co-authored by tralezab Gandalf
parent ae350b3367
commit 57e5bab45e
32 changed files with 11024 additions and 10818 deletions
+4 -2
View File
@@ -83,8 +83,6 @@
///Sentience type, for slime potions. SHOULD BE AN ELEMENT BUT I DONT CARE ABOUT IT FOR NOW
var/sentience_type = SENTIENCE_ORGANIC
/mob/living/basic/Initialize(mapload)
. = ..()
@@ -132,6 +130,10 @@
SEND_SIGNAL(src, COMSIG_HOSTILE_POST_ATTACKINGTARGET, target, result)
return result
/mob/living/basic/vv_edit_var(vname, vval)
if(vname == NAMEOF(src, speed))
set_varspeed(vval)
/mob/living/basic/proc/set_varspeed(var_value)
speed = var_value
update_basic_mob_varspeed()