Removes/Refactors /mob/unEquip (#22918)

* Part1

* IT COMPILES!!!!

* Fuck wait this was missing from that last

* Update handlabeler.dm

* Update handlabeler.dm

* Fixes n shit

* Fix this

* Fixes #23310

* Fucking @RemieRichards was right

* Fixes devil unEquip

* WTF ARE BITFLAGS?

* THERES THE FUCKING PROBLEM

* Fixes
This commit is contained in:
Cyberboss
2017-01-31 09:28:31 +13:00
committed by oranges
parent b7384ec99e
commit 3f7f5d4000
189 changed files with 643 additions and 810 deletions
+3 -18
View File
@@ -1347,12 +1347,7 @@
return
for(var/obj/item/I in M)
M.unEquip(I)
if(I)
I.loc = M.loc
I.layer = initial(I.layer)
I.plane = initial(I.plane)
I.dropped(M)
M.dropItemToGround(I, TRUE)
M.Paralyse(5)
sleep(5)
@@ -1378,12 +1373,7 @@
return
for(var/obj/item/I in M)
M.unEquip(I)
if(I)
I.loc = M.loc
I.layer = initial(I.layer)
I.plane = initial(I.plane)
I.dropped(M)
M.dropItemToGround(I, TRUE)
M.Paralyse(5)
sleep(5)
@@ -1432,12 +1422,7 @@
return
for(var/obj/item/I in M)
M.unEquip(I)
if(I)
I.loc = M.loc
I.layer = initial(I.layer)
I.plane = initial(I.plane)
I.dropped(M)
M.dropItemToGround(I, TRUE)
if(ishuman(M))
var/mob/living/carbon/human/observer = M