mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
@@ -174,17 +174,9 @@
|
|||||||
//So clones don't die of oxyloss in a running pod.
|
//So clones don't die of oxyloss in a running pod.
|
||||||
if(occupant.reagents.get_reagent_amount("inaprovaline") < 30)
|
if(occupant.reagents.get_reagent_amount("inaprovaline") < 30)
|
||||||
occupant.reagents.add_reagent("inaprovaline", 60)
|
occupant.reagents.add_reagent("inaprovaline", 60)
|
||||||
|
occupant.Sleeping(30)
|
||||||
//So clones will remain asleep for long enough to get them into cryo (Bay RP edit)
|
|
||||||
if(occupant.reagents.get_reagent_amount("stoxin") < 10)
|
|
||||||
occupant.reagents.add_reagent("stoxin", 5)
|
|
||||||
if(occupant.reagents.get_reagent_amount("chloralhydrate") < 1)
|
|
||||||
occupant.reagents.add_reagent("chloralhydrate", 1)
|
|
||||||
|
|
||||||
//Also heal some oxyloss ourselves because inaprovaline is so bad at preventing it!!
|
//Also heal some oxyloss ourselves because inaprovaline is so bad at preventing it!!
|
||||||
occupant.adjustOxyLoss(-4)
|
occupant.adjustOxyLoss(-4)
|
||||||
if(notoxin)
|
|
||||||
occupant.adjustToxLoss(-2) // If sufficiently upgraded - remove toxin damage from chloral
|
|
||||||
|
|
||||||
use_power(7500) //This might need tweaking.
|
use_power(7500) //This might need tweaking.
|
||||||
return
|
return
|
||||||
|
|||||||
@@ -43,7 +43,7 @@
|
|||||||
item_state = "lgloves"
|
item_state = "lgloves"
|
||||||
siemens_coefficient = 1.0 //thin latex gloves, much more conductive than fabric gloves (basically a capacitor for AC)
|
siemens_coefficient = 1.0 //thin latex gloves, much more conductive than fabric gloves (basically a capacitor for AC)
|
||||||
permeability_coefficient = 0.01
|
permeability_coefficient = 0.01
|
||||||
|
germ_level = 0
|
||||||
/obj/item/clothing/gloves/botanic_leather
|
/obj/item/clothing/gloves/botanic_leather
|
||||||
desc = "These leather work gloves protect against thorns, barbs, prickles, spikes and other harmful objects of floral origin."
|
desc = "These leather work gloves protect against thorns, barbs, prickles, spikes and other harmful objects of floral origin."
|
||||||
name = "botanist's leather gloves"
|
name = "botanist's leather gloves"
|
||||||
|
|||||||
@@ -56,6 +56,16 @@
|
|||||||
|
|
||||||
-->
|
-->
|
||||||
<div class="commit sansserif">
|
<div class="commit sansserif">
|
||||||
|
<h2 class="date">10 May 2015</h2>
|
||||||
|
<h3 class="author">GinjaNinja32 updated:</h3>
|
||||||
|
<ul class="changes bgimages16">
|
||||||
|
<li class="rscadd">Acting jobs on the manifest will now sort with their non-acting counterparts. All assignments beginning with the word 'acting', 'temporary', or 'interim' will do this.</li>
|
||||||
|
</ul>
|
||||||
|
<h3 class="author">Yoshax updated:</h3>
|
||||||
|
<ul class="changes bgimages16">
|
||||||
|
<li class="tweak">Removes sleepy chems from being cloned, adds a consistent period of 30 tick sleep.</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<h2 class="date">09 May 2015</h2>
|
<h2 class="date">09 May 2015</h2>
|
||||||
<h3 class="author">Yoshax updated:</h3>
|
<h3 class="author">Yoshax updated:</h3>
|
||||||
<ul class="changes bgimages16">
|
<ul class="changes bgimages16">
|
||||||
|
|||||||
@@ -1731,3 +1731,11 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
|
|||||||
Yoshax:
|
Yoshax:
|
||||||
- rscadd: Maps in the top mounted 9mm practice rounds, .45 practice rounds, and
|
- rscadd: Maps in the top mounted 9mm practice rounds, .45 practice rounds, and
|
||||||
practice shotgun shells into the armory.
|
practice shotgun shells into the armory.
|
||||||
|
2015-05-10:
|
||||||
|
GinjaNinja32:
|
||||||
|
- rscadd: Acting jobs on the manifest will now sort with their non-acting counterparts.
|
||||||
|
All assignments beginning with the word 'acting', 'temporary', or 'interim'
|
||||||
|
will do this.
|
||||||
|
Yoshax:
|
||||||
|
- tweak: Removes sleepy chems from being cloned, adds a consistent period of 30
|
||||||
|
tick sleep.
|
||||||
|
|||||||
@@ -1,5 +0,0 @@
|
|||||||
author: GinjaNinja32
|
|
||||||
delete-after: True
|
|
||||||
|
|
||||||
changes:
|
|
||||||
- rscadd: "Acting jobs on the manifest will now sort with their non-acting counterparts. All assignments beginning with the word 'acting', 'temporary', or 'interim' will do this."
|
|
||||||
Reference in New Issue
Block a user