Cures on a chance based on volume of ryetalin injected, on_mob_life.
TURNS OFF ALL MUTATIONS!!
// 1 volume = ~2% chance
// 10 volume = ~17% chance
// 30 volume = ~38% chance
Returns SE to mob creation values (now set in dna2.dm)
Both internal and external organs are a mess, which is making
maintaining and updating them nasty, so I'm cleaning them up, this is
the first stage
mechanical and assisted internal organs are now an object type rather
than a var in the organ which makes it much cleaner and easier to adjust
removed duplicate list of internal organs as there's no reason to have
the same objects in 2 separate lists
made New() a lot cleaner and more robust
External organs will be next
names - no more meat, meat and egg sandwich sandwich sandwich type names
- this would now be an egg and double meat triple decker sandwich
commented sandwich.dm out. was almost duplicate code, but if a sandwich
was being made with a shard or customizable food, it was making it a
different object (/food/snacks/csandwich instead of
food/snacks/customizable/sandwich), only thing it processed that the
other didn't was if there was a shard in the food, which is now dealt
with in customizable
Pain symptoms, and more antidepressant producing viruses. Made a change
to the most powerful antidepressant, to make it break their mind more
often if over 5 units, to simulate overdosing of this potent chemical
rewrite cos damn!
No more spam names... worst they can get is one of each type in a name.
CM won't accept anything that's been cerealized (at any point), DF and
grill will accept things that have been in them before, but you'll end
up with a burned mess, a cloud of smoke, and the chance of a small fire
Revert "Made hyperzine same color as salt, because HAHA"
This reverts commit b23b5b62d9.
Conflicts:
code/modules/reagents/Chemistry-Reagents.dm
Revert "Made hyperzine harder to make properly."
This reverts commit 489cdf0096.
Removes Benazine
Revert "Nerfs for OD"
This reverts commit 4b94406efb.
Revert "Hyperzine fix"
This reverts commit d6702496f9.
Conflicts:
code/modules/reagents/Chemistry-Reagents.dm
Revert "Made Cyanide more deadly, added OD to Hyperzine"
This reverts commit 1cb87e07cf.
...based on distance, similar to projectiles.
Conflicts:
code/defines/obj.dm
code/game/machinery/kitchen/smartfridge.dm
code/game/machinery/vending.dm
code/game/mecha/equipment/weapons/weapons.dm
code/modules/games/cards.dm
code/modules/mob/living/carbon/carbon.dm
code/modules/mob/living/living_defense.dm