Merge pull request #7609 from Vivalas/splint_nerf

Makes surgery great again (nerfs splints)
This commit is contained in:
tigercat2000
2017-10-15 14:00:17 -07:00
committed by GitHub
10 changed files with 79 additions and 36 deletions
@@ -207,6 +207,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)
@@ -221,4 +222,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)