Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,14 @@
return
if(mob_occupant.stat == DEAD) // We don't bother with dead people.
return

if(HAS_TRAIT(mob_occupant,TRAIT_MEDICALIGNORE))
src.visible_message("<span class='warning'>[src] is unable to treat [mob_occupant] as they cannot be treated with conventional medicine.</span>")
playsound(src,'sound/machines/cryo_warning_ignore.ogg',60,1)
on = FALSE
sleep(2)// here for timing. Shuts off right at climax of the effect before falloff.
update_icon()
return

if(mob_occupant.health >= mob_occupant.getMaxHealth()) // Don't bother with fully healed people.
on = FALSE
Expand Down
Binary file added sound/machines/cryo_warning_ignore.ogg
Binary file not shown.