Buff to CPR:

- You can now heal someone with CPR who is has anywhere from -1 to -99 HP (was -1 to -40)
- Doing CPR will now heal 7 HP per CPR instead of 5
- Doing CPR will now give the receiver a message that they're being helped
- Putting someone into the cryo cell who is either asleep or has between -1 and -99 HP will give them a message.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1712 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz
2011-06-23 19:04:00 +00:00
parent fed2ddeb54
commit 6823ccfc20
2 changed files with 8 additions and 8 deletions
+2
View File
@@ -230,6 +230,8 @@
M.client.eye = src
M.pulling = null
M.loc = src
if(M.health > -100 && (M.health < 0 || M.sleeping))
M << "\blue <b>You feel a cold liquid surround you. Your skin starts to freeze up.</b>"
src.occupant = M
// M.metabslow = 1
src.add_fingerprint(usr)