mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-16 01:25:10 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user