mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-19 11:58:39 +01:00
Lohikar's bugfixes (#6364)
This commit is contained in:
committed by
Werner
parent
edebe4c72f
commit
15640f0286
@@ -1099,7 +1099,7 @@ var/list/total_extraction_beacons = list()
|
||||
origin_tech = list(TECH_MAGNET = 4, TECH_ENGINEERING = 3)
|
||||
|
||||
/obj/item/weapon/oremagnet/attack_self(mob/user)
|
||||
if (use_check(user))
|
||||
if (use_check_and_message(user))
|
||||
return
|
||||
|
||||
toggle_on(user)
|
||||
|
||||
Reference in New Issue
Block a user