Update mobjects.dm

This commit is contained in:
Sharkmare
2019-03-08 12:41:51 +01:00
committed by GitHub
parent 77baffb968
commit b2cffc4f13
@@ -17,6 +17,8 @@ mob/living/simple_animal/mobject
var/morphitem = /obj/item/weapon/wrench //Since its the most used item for anchoring this wil be default
var/powertoggle //off by default
var/altpowertoggle = 1 //on by default, turn of/an on click by hand
hostile = 0
retaliate = 0
mob/living/simple_animal/mobject/New()
..()