mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-15 12:43:13 +00:00
-Renamed all other references to LSD to mindbreaker.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4822 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -302,8 +302,8 @@ datum
|
|||||||
holder.remove_reagent("carpotoxin", 1)
|
holder.remove_reagent("carpotoxin", 1)
|
||||||
if(holder.has_reagent("zombiepowder"))
|
if(holder.has_reagent("zombiepowder"))
|
||||||
holder.remove_reagent("zombiepowder", 0.5)
|
holder.remove_reagent("zombiepowder", 0.5)
|
||||||
if(holder.has_reagent("LSD"))
|
if(holder.has_reagent("mindbreaker"))
|
||||||
holder.remove_reagent("LSD", 2)
|
holder.remove_reagent("mindbreaker", 2)
|
||||||
M.hallucination = max(0, M.hallucination - 5)
|
M.hallucination = max(0, M.hallucination - 5)
|
||||||
M.adjustToxLoss(-2)
|
M.adjustToxLoss(-2)
|
||||||
..()
|
..()
|
||||||
@@ -1304,8 +1304,8 @@ datum
|
|||||||
holder.remove_reagent("carpotoxin", 5)
|
holder.remove_reagent("carpotoxin", 5)
|
||||||
if(holder.has_reagent("zombiepowder"))
|
if(holder.has_reagent("zombiepowder"))
|
||||||
holder.remove_reagent("zombiepowder", 5)
|
holder.remove_reagent("zombiepowder", 5)
|
||||||
if(holder.has_reagent("LSD"))
|
if(holder.has_reagent("mindbreaker"))
|
||||||
holder.remove_reagent("LSD", 5)
|
holder.remove_reagent("mindbreaker", 5)
|
||||||
M.hallucination = 0
|
M.hallucination = 0
|
||||||
M.setBrainLoss(0)
|
M.setBrainLoss(0)
|
||||||
M.disabilities = 0
|
M.disabilities = 0
|
||||||
@@ -1345,8 +1345,8 @@ datum
|
|||||||
M.AdjustParalysis(-1)
|
M.AdjustParalysis(-1)
|
||||||
M.AdjustStunned(-1)
|
M.AdjustStunned(-1)
|
||||||
M.AdjustWeakened(-1)
|
M.AdjustWeakened(-1)
|
||||||
if(holder.has_reagent("LSD"))
|
if(holder.has_reagent("mindbreaker"))
|
||||||
holder.remove_reagent("LSD", 5)
|
holder.remove_reagent("mindbreaker", 5)
|
||||||
M.hallucination = max(0, M.hallucination - 10)
|
M.hallucination = max(0, M.hallucination - 10)
|
||||||
if(prob(60)) M.adjustToxLoss(1)
|
if(prob(60)) M.adjustToxLoss(1)
|
||||||
..()
|
..()
|
||||||
|
|||||||
Reference in New Issue
Block a user