mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 16:13:19 +01:00
Merge remote-tracking branch 'upstream/master'
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))
|
||||
|
||||
Reference in New Issue
Block a user