Hotfix for captain.

This commit is contained in:
Fermi
2019-07-09 20:36:16 +01:00
parent 1b3de620f9
commit 3a2192ec2e
4 changed files with 6 additions and 1 deletions
@@ -200,6 +200,8 @@ Creating a chem with a low purity will make you permanently fall in love with so
qdel(Vc)
to_chat(M, "<span class='notice'><i>You feel your vocal chords tingle as your voice comes out in a more sultry tone.</span>")
else
if(M.mind.assigned_role == "Captain")
return
log_game("FERMICHEM: MKUltra: [creatorName], [creatorID], is enthralling [M.name], [M.ckey]")
M.apply_status_effect(/datum/status_effect/chem/enthrall)
log_game("FERMICHEM: [M] ckey: [M.key] has taken MKUltra")
@@ -75,6 +75,7 @@
description = "A strange substance that draws in a hat from the hat dimention."
color = "#7c311a" // rgb: , 0, 255
taste_description = "like jerky, whiskey and an off aftertaste of a crypt."
metabolization_rate = 0.2
overdose_threshold = 25
DoNotSplit = TRUE
pH = 4