Bugfix Shotgun (#10732)

* Bugfix Shotgun

* fix changelog
This commit is contained in:
Wildkins
2020-12-08 05:43:09 -05:00
committed by GitHub
parent ce7ae2b308
commit 63c6cd2158
17 changed files with 71 additions and 23 deletions

View File

@@ -145,6 +145,9 @@
bolt = W
user.visible_message("<b>[user]</b> slides \the [bolt] into \the [src].", SPAN_NOTICE("You slide \the [bolt] into \the [src]."))
update_icon()
if(istype(W, /obj/item/arrow/rod) && W.throwforce < 15)
// un-heated converted arrow rod
superheat_rod(user)
return
else if(istype(W, /obj/item/stack/rods))
var/obj/item/stack/rods/R = W