Sprites & fixes

This commit is contained in:
TheDZD
2016-05-31 22:50:57 -04:00
parent a4e950d21a
commit 8dcf46bf91
51 changed files with 111 additions and 100 deletions
+1 -1
View File
@@ -2483,7 +2483,7 @@
for(var/obj/item/W in world)
if(istype(W, /obj/item/clothing) || istype(W, /obj/item/weapon/card/id) || istype(W, /obj/item/weapon/disk) || istype(W, /obj/item/weapon/tank))
continue
W.icon = 'icons/obj/gun.dmi'
W.icon = 'icons/obj/guns/projectile.dmi'
W.icon_state = "revolver"
W.item_state = "gun"
message_admins("[key_name_admin(usr)] made every item look like a gun")