mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 22:28:44 +01:00
[MIRROR] Gripper fixes (#12714)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Cameron Lennox
parent
62d4e50a7f
commit
afcea67115
@@ -45,8 +45,9 @@
|
||||
/obj/item/laser_pointer/ultimate/Initialize(mapload)
|
||||
. = ..(mapload, /obj/item/stock_parts/micro_laser/omni)
|
||||
|
||||
/obj/item/laser_pointer/attack(mob/living/M, mob/user)
|
||||
/obj/item/laser_pointer/attack(mob/living/M, mob/living/user, target_zone, attack_modifier)
|
||||
laser_act(M, user)
|
||||
return ITEM_INTERACT_SUCCESS
|
||||
|
||||
/obj/item/laser_pointer/attackby(obj/item/W, mob/user)
|
||||
if(istype(W, /obj/item/stock_parts/micro_laser))
|
||||
|
||||
Reference in New Issue
Block a user