Thingies don't embed, icons work.

This commit is contained in:
Mieszko Jędrzejczak
2016-04-26 11:28:00 +02:00
parent 0f7be5576f
commit d35248366a
3 changed files with 5 additions and 2 deletions
@@ -268,7 +268,7 @@
var/modified = 0
/obj/item/ammo_casing/caseless/foam_dart/update_icon()
..()
....() //to omit adding "-live" to the ammo casing
if(modified)
icon_state = "foamdart_empty"
desc = "Its nerf or nothing! ...Although, this one doesn't look too safe."
@@ -290,6 +290,7 @@
to_chat(user, "<span class='notice'>You insert [A] into [src].</span>")
return
/obj/item/ammo_casing/caseless/foam_dart/riot
name = "riot foam dart"
desc = "Whose smart idea was it to use toys as crowd control? Ages 18 and up."
@@ -31,10 +31,12 @@
damage = 0 // It's a damn toy.
damage_type = OXY
nodamage = 1
edge = 0
embed = 0
icon = 'icons/obj/toyguns.dmi'
icon_state = "foamdart"
ammo_type = /obj/item/ammo_casing/caseless/foam_dart
range = 10
range = 10
/obj/item/projectile/bullet/reusable/foam_dart/riot
name = "riot foam dart"