mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
changess
This commit is contained in:
@@ -72,17 +72,4 @@
|
||||
result = "condensedcapsaicin"
|
||||
required_reagents = list("capsaicin" = 2)
|
||||
required_catalysts = list("plasma" = 5)
|
||||
result_amount = 1
|
||||
|
||||
/datum/chemical_reaction/explosion_bicarodyne
|
||||
name = "Explosion"
|
||||
id = "explosion_bicarodyne"
|
||||
result = null
|
||||
required_reagents = list("bicarodyne" = 1, "sal_acid" = 1)
|
||||
result_amount = 1
|
||||
|
||||
/datum/chemical_reaction/explosion_bicarodyne/on_reaction(var/datum/reagents/holder, var/created_volume)
|
||||
var/datum/effect/system/reagents_explosion/e = new()
|
||||
e.set_up(created_volume, holder.my_atom, 0, 0)
|
||||
e.start()
|
||||
return
|
||||
result_amount = 1
|
||||
@@ -394,14 +394,6 @@
|
||||
..()
|
||||
return
|
||||
|
||||
/datum/reagent/bicarodyne
|
||||
name = "Bicarodyne"
|
||||
id = "bicarodyne"
|
||||
description = "Not to be confused with the old chemical Bicaridine, Bicarodyne is a volatile chemical that reacts violently in the presence of most human endorphins."
|
||||
reagent_state = LIQUID
|
||||
color = "#C8A5DC" // rgb: 200, 165, 220
|
||||
metabolization_rate = 0.01
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
/datum/reagent/condensedcapsaicin
|
||||
name = "Condensed Capsaicin"
|
||||
|
||||
@@ -301,15 +301,6 @@
|
||||
..()
|
||||
reagents.add_reagent(pick("polonium","initropidril","concentrated_initro","pancuronium","sodium_thiopental","ketamine","sulfonal","amanitin","coniine","curare","sarin","histamine","venom","cyanide","spidereggs","nanomachines"), 40)
|
||||
|
||||
/obj/item/weapon/reagent_containers/glass/bottle/antisocial
|
||||
desc = "It has a skull and heart on the bottle..what?"
|
||||
possible_transfer_amounts = list(5,10,15,25,30)
|
||||
volume = 30
|
||||
|
||||
New()
|
||||
..()
|
||||
reagents.add_reagent("bicarodyne", 30)
|
||||
|
||||
/obj/item/weapon/reagent_containers/glass/bottle/plasma
|
||||
name = "plasma dust bottle"
|
||||
desc = "A small bottle of plasma in dust form. Extremely toxic and reacts with micro-organisms inside blood."
|
||||
|
||||
Reference in New Issue
Block a user