Full rename of all real chems to bone apple tea'd versions. (#9400)

As a continuation of #9389
As a bonus, any drugs that mentioned their IRL counterpart in their description now describe their predecessor as ancient, and the new ones as modern. The biggest difference here is just the Antihistamine which was given a full new name. They're similar enough that they'll be recognized (most of them) but different enough for us to call our own and not care what the real medicines are/do since these are our sci-fantasy versions just inspired by them.
This commit is contained in:
Chada-1
2020-07-26 13:19:41 +03:00
committed by GitHub
parent 639400ea99
commit d7e680a575
51 changed files with 417 additions and 418 deletions
+1 -1
View File
@@ -216,7 +216,7 @@
germ_level++
if(germ_level >= INFECTION_LEVEL_ONE)
owner.add_chemical_effect(CE_FEVER, germ_level/INFECTION_LEVEL_ONE) //10u of paracetamol minimum for a level 3 infection
owner.add_chemical_effect(CE_FEVER, germ_level/INFECTION_LEVEL_ONE) //10u of Perconol minimum for a level 3 infection
if (germ_level >= INFECTION_LEVEL_TWO)
var/obj/item/organ/external/parent = owner.get_organ(parent_organ)