mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 22:47:59 +01:00
Merge branch 'master' of git://github.com/Baystation12/Baystation12
This commit is contained in:
@@ -174,6 +174,7 @@ THERMAL GLASSES
|
||||
desc = A.desc
|
||||
icon_state = A.icon_state
|
||||
item_state = A.item_state
|
||||
usr.update_clothing()
|
||||
color = A.color
|
||||
|
||||
/obj/item/clothing/under/chameleon/emp_act(severity)
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
|
||||
/obj/item/proc/dropped(mob/user as mob)
|
||||
..()
|
||||
user.update_clothing()
|
||||
|
||||
// So you can't drop the Offhand
|
||||
if(istype(src, /obj/item/weapon/offhand))
|
||||
@@ -369,6 +370,11 @@ mob/proc/flash_weak_pain()
|
||||
|
||||
if(istype(M, /mob/living/carbon/human))
|
||||
M:attacked_by(src, user, def_zone)
|
||||
var/mob/living/carbon/human/H = M
|
||||
if(H)
|
||||
H.UpdateDamageIcon()
|
||||
H.update_clothing()
|
||||
user.update_clothing()
|
||||
else
|
||||
switch(src.damtype)
|
||||
if("brute")
|
||||
|
||||
@@ -266,6 +266,7 @@ ZIPPO
|
||||
else
|
||||
user.r_hand = W
|
||||
W.layer = 20
|
||||
user.update_clothing()
|
||||
else
|
||||
return ..()
|
||||
src.update_icon()
|
||||
|
||||
@@ -87,6 +87,7 @@
|
||||
|
||||
spawn( 0 )
|
||||
O.process()
|
||||
user.update_clothing()
|
||||
return
|
||||
else
|
||||
for(var/mob/O in viewers(M, null))
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
dropped(source)
|
||||
if (W)
|
||||
W.layer = initial(W.layer)
|
||||
source.update_clothing()
|
||||
return
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user