mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 15:01:04 +01:00
RFD-X Fixes (#10136)
This commit is contained in:
@@ -110,6 +110,8 @@
|
||||
var/obj/item/gun/launcher/crossbow/RFD/CB = new(get_turf(user)) // can be found in crossbow.dm
|
||||
forceMove(CB)
|
||||
CB.stored_matter = src.stored_matter
|
||||
qdel(src)
|
||||
user.put_in_hands(CB)
|
||||
add_fingerprint(user)
|
||||
return
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user