mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
[MIRROR] Fixes accessories and a few others not showing properly (#10288)
Co-authored-by: Cameron Lennox <killer65311@gmail.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
30d6333782
commit
413c06dd5b
@@ -29,6 +29,7 @@
|
||||
H.custom_pain("You feel a sharp pain in your hands!",1)
|
||||
..()
|
||||
|
||||
|
||||
/obj/item/clothing/gloves/regen/dropped(var/mob/user)
|
||||
..()
|
||||
|
||||
|
||||
@@ -58,7 +58,6 @@
|
||||
return ..()
|
||||
|
||||
/obj/item/clothing/accessory/dosimeter/proc/check_holder()
|
||||
|
||||
var/mob/living/carbon/human/H = wearer?.resolve()
|
||||
if(H)
|
||||
if(current_film && (H.radiation >= 25) && (current_film.state == 0))
|
||||
|
||||
Reference in New Issue
Block a user