mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-24 10:57:01 +01:00
@@ -65,7 +65,7 @@
|
||||
else
|
||||
..()
|
||||
|
||||
/obj/item/clothing/attack_self(mob/user)
|
||||
/obj/item/clothing/attack_self(mob/user, datum/event_args/actor/actor)
|
||||
. = ..()
|
||||
if(.)
|
||||
return
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
if(opened)
|
||||
icon_state = icon_state + "-open"
|
||||
|
||||
/obj/item/assembly/electronic_assembly/attack_self(mob/user)
|
||||
/obj/item/assembly/electronic_assembly/attack_self(mob/user, datum/event_args/actor/actor)
|
||||
. = ..()
|
||||
if(.)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user