Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if(CUT)
- if (damage > 3 && prob(50))
- src.status |= ORGAN_BLEEDING
- var/list/size_names = list("cut", "deep cut", "flesh wound", "gaping wound", "big gaping wound", "massive wound")
- wound_name = size_names[size]
- if(wound_descs["[update_time]"])
- var/list/update_next = wound_descs["[update_time]"]
- update_next += wound_name
- else
- if (next_wound_update > update_time)
- next_wound_update = update_time
- wound_descs["[update_time]"] = list(wound_name)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement