This commit is contained in:
Markolie
2015-10-02 01:34:37 +02:00
parent 3984d0a311
commit f052512578
8 changed files with 72 additions and 78 deletions
@@ -60,8 +60,9 @@
if(!istype(M, /mob/living)) // YOU'RE A FUCKING RETARD NEO WHY CAN'T YOU JUST FIX THE PROBLEM ON THE REAGENT - Iamgoofball
return //Noticed runtime errors from facid trying to damage ghosts, this should fix. --NEO
// Certain elements in too large amounts cause side-effects
holder.remove_reagent(src.id, metabolization_rate) //By default it slowly disappears.
current_cycle++
if(holder)
holder.remove_reagent(src.id, metabolization_rate) //By default it slowly disappears.
current_cycle++
return
// Called when two reagents of the same are mixing.
@@ -278,7 +278,7 @@
M.stuttering = 0
M.confused = 0
return
if(ishuman(M)) .
if(ishuman(M) && M.mind) .
if(((M.mind in ticker.mode.vampires) || M.mind.vampire) && (!(VAMP_FULL in M.mind.vampire.powers)) && prob(80))
switch(data)
if(1 to 4)