Posts: 2,045
Threads: 65
Joined: Nov 2014
BYOND Username: Zewaka
Character Name: Shitty Bill Jr.
04-30-2016, 01:06 AM
(This post was last modified: 05-01-2016, 12:06 PM by ZeWaka. Edited 3 times in total.
Edit Reason: features
)
You can drown in the pool. That's it really. Seriously. Requested by HipBEE.
Includes:- Uhh.... DROWNING IN THE POOL!
- To clarify, you just gotta lie down in the pool.
- You can prevent yourself from drowning with flippers!
In sims mode you also drown, but you drown without lying down and you take more damage.
:radcat:
Compare Patch :radcat:
Posts: 963
Threads: 55
Joined: Aug 2015
Prepare for changelings that neuro toxin people and throw them into the pool before eating them.
Posts: 443
Threads: 24
Joined: Jul 2013
So does this mean we can murder people by drowning them in the pool?
Because that would be an awesome way to murder someone.
Posts: 2,722
Threads: 143
Joined: Sep 2012
BYOND Username: Powmonkey
Will wearing flippers keep us safe?
Posts: 141
Threads: 59
Joined: Sep 2012
Posts: 2,045
Threads: 65
Joined: Nov 2014
BYOND Username: Zewaka
Character Name: Shitty Bill Jr.
(04-30-2016, 04:53 PM)Noah Buttes Wrote: Will wearing flippers keep us safe?
They will now!
Posts: 687
Threads: 43
Joined: Sep 2012
added this, thanks! Just to note, I moved your code a bit because it was placed in between an already-existing if/elseif.
Also removed some unnecessary returns. for example here, a return..() does nothing because there's no parent proc to call:
Code:
if (istype(src.shoes, /obj/item/clothing/shoes/flippers)) //you dont drown if you have flippers
return..()