mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
Merge pull request #14643 from moxian/foam-redspace
Foam darts should fall to the ground, not into nullspace.
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
if(dropped)
|
||||
return
|
||||
dropped = 1
|
||||
var/obj/item/ammo_casing/caseless/foam_dart/newdart = new ammo_type(loc)
|
||||
var/obj/item/ammo_casing/caseless/foam_dart/newdart = new ammo_type(get_turf(src))
|
||||
var/obj/item/ammo_casing/caseless/foam_dart/old_dart = ammo_casing
|
||||
newdart.modified = old_dart.modified
|
||||
if(pen)
|
||||
|
||||
Reference in New Issue
Block a user