Splint nerf

This commit is contained in:
Vivalas
2017-06-21 15:01:23 -05:00
parent e8121cb72f
commit dcf46204c9
8 changed files with 42 additions and 2 deletions
@@ -200,6 +200,7 @@
to_chat(user, "<span class='danger'>[H]'s [limb] is already splinted!</span>")
if(alert(user, "Would you like to remove the splint from [H]'s [limb]?", "Removing.", "Yes", "No") == "Yes")
affecting.status &= ~ORGAN_SPLINTED
H.handle_splints()
to_chat(user, "<span class='notice'>You remove the splint from [H]'s [limb].</span>")
return
if(M == user)
@@ -214,4 +215,7 @@
"<span class='green'>You hear something being wrapped.</span>")
affecting.status |= ORGAN_SPLINTED
affecting.splinted_count = H.step_count
H.handle_splints()
use(1)