mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 14:47:50 +01:00
[MIRROR] Converts gas, ore, plants and reagent strings to defines (#9611)
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Heroman3003
Kashargul
parent
d5b62d4159
commit
fd5d9267ff
@@ -249,7 +249,7 @@
|
||||
|
||||
/obj/item/pen/reagent/sleepy/New()
|
||||
..()
|
||||
reagents.add_reagent("chloralhydrate", 22) //Used to be 100 sleep toxin//30 Chloral seems to be fatal, reducing it to 22./N
|
||||
reagents.add_reagent(REAGENT_ID_CHLORALHYDRATE, 22) //Used to be 100 sleep toxin//30 Chloral seems to be fatal, reducing it to 22./N
|
||||
|
||||
|
||||
/*
|
||||
@@ -260,8 +260,8 @@
|
||||
|
||||
/obj/item/pen/reagent/paralysis/New()
|
||||
..()
|
||||
reagents.add_reagent("zombiepowder", 5)
|
||||
reagents.add_reagent("cryptobiolin", 10)
|
||||
reagents.add_reagent(REAGENT_ID_ZOMBIEPOWDER, 5)
|
||||
reagents.add_reagent(REAGENT_ID_CRYPTOBIOLIN, 10)
|
||||
|
||||
/*
|
||||
* Chameleon Pen
|
||||
|
||||
Reference in New Issue
Block a user