mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-27 18:41:59 +00:00
Merge branch 'master' of github.com:Baystation12/Baystation12
This commit is contained in:
@@ -2136,12 +2136,9 @@ It can still be worn/put on as normal.
|
||||
if(target)
|
||||
target.update_clothing()
|
||||
//SN src = null
|
||||
world << "Trying to update window"
|
||||
for(var/mob/living/carbon/M in oview(1,target))
|
||||
if(M.machine == target)
|
||||
world << "Updating for [M.name]"
|
||||
target.interact(M)
|
||||
world << "Done trying"
|
||||
del(src)
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user