mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-28 22:46:22 +01:00
Merge pull request #7347 from Baystation12/master
Updating dev-freeze from master.
This commit is contained in:
@@ -49,8 +49,6 @@
|
||||
if(stat & BROKEN || !I || !user)
|
||||
return
|
||||
|
||||
if(isrobot(user) && !istype(I, /obj/item/weapon/storage/bag/trash))
|
||||
return
|
||||
src.add_fingerprint(user)
|
||||
if(mode<=0) // It's off
|
||||
if(istype(I, /obj/item/weapon/screwdriver))
|
||||
@@ -123,7 +121,10 @@
|
||||
msg_admin_attack("[usr] ([usr.ckey]) placed [GM] ([GM.ckey]) in a disposals unit. (<A HREF='?_src_=holder;adminplayerobservecoodjump=1;X=[usr.x];Y=[usr.y];Z=[usr.z]'>JMP</a>)")
|
||||
return
|
||||
|
||||
if(!I) return
|
||||
if(isrobot(user))
|
||||
return
|
||||
if(!I)
|
||||
return
|
||||
|
||||
user.drop_item()
|
||||
if(I)
|
||||
@@ -740,6 +741,7 @@
|
||||
icon_state = "[base_icon_state]f"
|
||||
else
|
||||
icon_state = base_icon_state*/
|
||||
icon_state = base_icon_state
|
||||
return
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user