mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-29 03:21:42 +00:00
TG: Exciting new d20 sprites by TedJustice.
Dice will now face the side they rolled! Revision: r2986 Author: petethegoat
This commit is contained in:
@@ -1601,6 +1601,7 @@
|
||||
sides = 12
|
||||
icon_state = "d20"
|
||||
item_state = "dice"
|
||||
|
||||
/obj/item/weapon/pai_cable
|
||||
desc = "A flexible coated cable with a universal jack on one end."
|
||||
desc = "Some spacey cable."
|
||||
|
||||
@@ -405,6 +405,7 @@
|
||||
else if(temp_sides == 20 && result == 1)
|
||||
comment = "Ouch, bad luck."
|
||||
user << text("\red You throw a [src]. It lands on a [result]. [comment]")
|
||||
icon_state = "[name][result]"
|
||||
for(var/mob/O in viewers(user, null))
|
||||
if(O == (user))
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user