mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 07:59:01 +01:00
committed by
Werner
parent
78cd82e525
commit
d6cba67a29
@@ -595,7 +595,7 @@
|
||||
|
||||
/mob/living/bot/secbot/attackby(var/obj/item/O, var/mob/user)
|
||||
..()
|
||||
if(istype(O, /obj/item/weapon/card/id))
|
||||
if(istype(O, /obj/item/weapon/card/id) || istype(O, /obj/item/weapon/pen) || istype(O, /obj/item/device/pda))
|
||||
return
|
||||
|
||||
target = user
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: PoZe
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "Beepsky/ED209 will no longer arrest you for using pen or PDA on it"
|
||||
Reference in New Issue
Block a user