TG: Exciting new d20 sprites by TedJustice.

Dice will now face the side they rolled!
Revision: r2986
Author: 	 petethegoat
This commit is contained in:
Ren Erthilo
2012-04-16 23:20:24 +01:00
parent f1b1929a87
commit 99a6e06754
2 changed files with 2 additions and 0 deletions

View File

@@ -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."

View File

@@ -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