mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Merge branch 'master' of https://github.com/tgstation/-tg-station into qdel
Hopefully nothing went wrong but you never know. Conflicts: code/FEA/FEA_fire.dm code/controllers/supply_shuttle.dm code/game/gamemodes/changeling/changeling_powers.dm code/game/machinery/autolathe.dm code/game/machinery/drying_rack.dm code/modules/hydroponics/hydroponics.dm code/modules/projectiles/projectile/magic.dm code/modules/reagents/Chemistry-Recipes.dm code/modules/reagents/reagent_dispenser.dm
This commit is contained in:
@@ -173,7 +173,7 @@
|
||||
|
||||
/obj/item/stack/attack_hand(mob/user as mob)
|
||||
if (user.get_inactive_hand() == src)
|
||||
var/obj/item/stack/F = new src.type( user, amount=1)
|
||||
var/obj/item/stack/F = new src.type( user, 1)
|
||||
F.copy_evidences(src)
|
||||
user.put_in_hands(F)
|
||||
src.add_fingerprint(user)
|
||||
|
||||
Reference in New Issue
Block a user