mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
u_equip is now called unEquip PANIC
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
if(tr_flags & TR_KEEPITEMS)
|
||||
for(var/obj/item/W in (src.contents-implants))
|
||||
u_equip(W)
|
||||
unEquip(W)
|
||||
|
||||
//Make mob invisible and spawn animation
|
||||
regenerate_icons()
|
||||
@@ -99,7 +99,7 @@
|
||||
//now the rest
|
||||
if (tr_flags & TR_KEEPITEMS)
|
||||
for(var/obj/item/W in (src.contents-implants))
|
||||
u_equip(W)
|
||||
unEquip(W)
|
||||
if (client)
|
||||
client.screen -= W
|
||||
if (W)
|
||||
@@ -108,7 +108,7 @@
|
||||
W.layer = initial(W.layer)
|
||||
|
||||
// for(var/obj/item/W in src)
|
||||
// u_equip(W)
|
||||
// unEquip(W)
|
||||
|
||||
//Make mob invisible and spawn animation
|
||||
regenerate_icons()
|
||||
@@ -195,7 +195,7 @@
|
||||
if (notransform)
|
||||
return
|
||||
for(var/obj/item/W in src)
|
||||
u_equip(W)
|
||||
unEquip(W)
|
||||
regenerate_icons()
|
||||
notransform = 1
|
||||
canmove = 0
|
||||
@@ -271,7 +271,7 @@
|
||||
if(delete_items)
|
||||
del(W)
|
||||
else
|
||||
u_equip(W)
|
||||
unEquip(W)
|
||||
regenerate_icons()
|
||||
notransform = 1
|
||||
canmove = 0
|
||||
@@ -313,7 +313,7 @@
|
||||
if (notransform)
|
||||
return
|
||||
for(var/obj/item/W in src)
|
||||
u_equip(W)
|
||||
unEquip(W)
|
||||
regenerate_icons()
|
||||
notransform = 1
|
||||
canmove = 0
|
||||
@@ -343,7 +343,7 @@
|
||||
if (notransform)
|
||||
return
|
||||
for(var/obj/item/W in src)
|
||||
u_equip(W)
|
||||
unEquip(W)
|
||||
regenerate_icons()
|
||||
notransform = 1
|
||||
canmove = 0
|
||||
@@ -384,7 +384,7 @@
|
||||
if (notransform)
|
||||
return
|
||||
for(var/obj/item/W in src)
|
||||
u_equip(W)
|
||||
unEquip(W)
|
||||
regenerate_icons()
|
||||
notransform = 1
|
||||
canmove = 0
|
||||
@@ -413,7 +413,7 @@
|
||||
if(notransform)
|
||||
return
|
||||
for(var/obj/item/W in src)
|
||||
u_equip(W)
|
||||
unEquip(W)
|
||||
|
||||
regenerate_icons()
|
||||
notransform = 1
|
||||
|
||||
Reference in New Issue
Block a user