Dragor fluff items, Aronai fluff item fixes

Also fixes *flip to not print an error message (emotes must have messages that they display) and redoes how vials start with reagents to make it easier to code them. Also swapping genders as a promethean won't randomize your hair anymore. That was silly, and relevant to Dragor's thing.
This commit is contained in:
Arokha Sieyes
2017-03-04 16:04:43 -05:00
parent 14f5ca3524
commit 4f06a18057
9 changed files with 95 additions and 78 deletions
@@ -22,7 +22,7 @@
return
src.gender = gender
reset_hair()
//reset_hair() //VOREStation Remove - Don't just randomize hair on gender swaps for prometheans.
update_body()
update_dna()
return 1
@@ -7,8 +7,8 @@
if ("awoo")
message = "awoos loudly. AwoooOOOOoooo!"
m_type = 2
if ("flip")
message = "does a flip!"
if(!src.sleeping || !src.resting || !src.buckled || !src.restrained())
src.SpinAnimation(7,1)
m_type = 1