mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Briefcase Fix
This commit is contained in:
@@ -151,11 +151,6 @@
|
|||||||
throw_range = 4
|
throw_range = 4
|
||||||
w_class = 4.0
|
w_class = 4.0
|
||||||
|
|
||||||
New()
|
|
||||||
..()
|
|
||||||
new /obj/item/weapon/paper(src)
|
|
||||||
new /obj/item/weapon/pen(src)
|
|
||||||
|
|
||||||
attack_hand(mob/user as mob)
|
attack_hand(mob/user as mob)
|
||||||
if ((src.loc == user) && (src.locked == 1))
|
if ((src.loc == user) && (src.locked == 1))
|
||||||
usr << "<span class='warning'>[src] is locked and cannot be opened!</span>"
|
usr << "<span class='warning'>[src] is locked and cannot be opened!</span>"
|
||||||
|
|||||||
Reference in New Issue
Block a user