Adds the ability to place five different kinds of flowers on your head, each with their own new mob sprite.

This commit is contained in:
Neerti
2013-09-24 14:26:26 -04:00
parent 42a2cd1bc8
commit 08b0ae165c
3 changed files with 5 additions and 0 deletions
+3
View File
@@ -139,6 +139,7 @@
name = "poppy"
desc = "Long-used as a symbol of rest, peace, and death."
icon_state = "poppy"
slot_flags = SLOT_HEAD
potency = 30
New()
..()
@@ -152,6 +153,7 @@
name = "harebell"
desc = "\"I'll sweeten thy sad grave: thou shalt not lack the flower that's like thy face, pale primrose, nor the azured hare-bell, like thy veins; no, nor the leaf of eglantine, whom not to slander, out-sweetend not thy breath.\""
icon_state = "harebell"
slot_flags = SLOT_HEAD
potency = 1
New()
..()
@@ -582,6 +584,7 @@
name = "moonflower"
desc = "Store in a location at least 50 yards away from werewolves."
icon_state = "moonflower"
slot_flags = SLOT_HEAD
New()
..()
spawn(5) //So potency can be set in the proc that creates these crops
@@ -62,6 +62,7 @@
damtype = "fire"
force = 0
flags = TABLEPASS
slot_flags = SLOT_HEAD
throwforce = 1
w_class = 1.0
throw_speed = 1
@@ -77,6 +78,7 @@
damtype = "fire"
force = 0
flags = TABLEPASS
slot_flags = SLOT_HEAD
throwforce = 1
w_class = 1.0
throw_speed = 1