mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 04:26:03 +01:00
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:
committed by
KorPhaeron
parent
e5618e40d0
commit
bda1eec2a1
@@ -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?"
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user