New Absinthe Sprites (#17976)

* Fixes issue #17969.

* Makes the absinthe bottle sprite less eye melting, gives absinthe a shotglass sprite.

* woops
This commit is contained in:
TechnoAlchemist
2016-05-28 14:52:53 -07:00
committed by KorPhaeron
parent e5618e40d0
commit bda1eec2a1
3 changed files with 5 additions and 1 deletions
@@ -613,6 +613,10 @@
icon_state = "shotglassred"
name = "shot of gibs"
desc = "...Let's not talk about this."
if ("absinthe")
icon_state = "shotglassgreen"
name = "shot of absinthe"
desc = "I am stuck in the cycles of my guilt..."
else
icon_state = "shotglassbrown"
name = "shot of... what?"
+1 -1
View File
@@ -193,7 +193,7 @@
else
user.visible_message( \
"[user] inaccurately slices [src] with [W]!", \
"<span class='notice'>You inaccurately slice [src] with [W]!</span>" \
"<span class='notice'>You inaccurately slice [src] with your [W]!</span>" \
)
slices_lost = rand(1,min(1,round(slices_num/2)))
Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 61 KiB