Fixes oversight with foam (#37898)

braaap

TRUE FALSE

false false
This commit is contained in:
Dax Dupont
2018-05-18 15:28:34 +02:00
committed by letterjay
parent bfcaceb4e1
commit 0dcd8fb37a
3 changed files with 11 additions and 8 deletions
@@ -3,12 +3,12 @@
desc = "I hope you're wearing eye protection."
damage = 0 // It's a damn toy.
damage_type = OXY
nodamage = 1
nodamage = TRUE
icon = 'icons/obj/guns/toy.dmi'
icon_state = "foamdart_proj"
ammo_type = /obj/item/ammo_casing/caseless/foam_dart
range = 10
var/modified = 0
var/modified = FALSE
var/obj/item/pen/pen = null
/obj/item/projectile/bullet/reusable/foam_dart/handle_drop()