mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-07-21 03:52:54 +01:00
Diona nymphs can now wander on their own.
This commit is contained in:
@@ -37,4 +37,12 @@
|
||||
return
|
||||
hat = new_hat
|
||||
new_hat.loc = src
|
||||
update_icons()
|
||||
update_icons()
|
||||
|
||||
/mob/living/carbon/alien/diona/proc/handle_npc(var/mob/living/carbon/alien/diona/D)
|
||||
if(D.stat != CONSCIOUS)
|
||||
return
|
||||
if(prob(33) && D.canmove && isturf(D.loc) && !D.pulledby) //won't move if being pulled
|
||||
step(D, pick(cardinal))
|
||||
if(prob(1))
|
||||
D.emote(pick("scratch","jump","chirp","roll"))
|
||||
|
||||
Reference in New Issue
Block a user