Destroy Pass III

This commit is contained in:
Fox-McCloud
2015-07-08 03:39:52 -04:00
parent 737eb44b04
commit 0e8619a202
9 changed files with 23 additions and 43 deletions
+1 -1
View File
@@ -41,7 +41,7 @@
if(AC.reagents && AC.BB.reagents)
var/datum/reagents/casting_reagents = AC.reagents
casting_reagents.trans_to(AC.BB, casting_reagents.total_volume) //For chemical darts/bullets
casting_reagents.delete()
qdel(casting_reagents)
in_chamber = AC.BB //Load projectile into chamber.
AC.BB.loc = src //Set projectile loc to gun.
AC.update_icon()