Fix the last of fox's noted bugs, runtime prevention

This commit is contained in:
Tigercat2000
2016-03-30 18:12:03 -07:00
parent 12efef6029
commit ec3502af38
5 changed files with 21 additions and 10 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
/datum/disease/beesease/stage_act()
..()
switch(stage)
if(2) //also changes say, see say.dm
if(2) //also changes say, see say.dm // no it doesn't, that's horrifyingly snowflakey
if(prob(2))
affected_mob << "<span class='notice'>You taste honey in your mouth.</span>"
if(3)