mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-12 00:33:20 +01:00
Update instant_ch.dm
This commit is contained in:
@@ -113,23 +113,6 @@
|
||||
required_reagents = list("change_drug_male" = 1, "change_drug_female" = 1)
|
||||
result_amount = 1
|
||||
|
||||
|
||||
//////////////////////////////////////////////
|
||||
////////////////C U B E S////////////////////
|
||||
////////////////////////////////////////////
|
||||
/decl/chemical_reaction/instant/cube/sagaru
|
||||
name = "Saguwu"
|
||||
id = "cubedsagaru"
|
||||
result = null
|
||||
required_reagents = list("cheese" = 1, "blood" = 1, "clonexadone" = 10,)
|
||||
result_amount = 1
|
||||
|
||||
/decl/chemical_reaction/instant/cube/sagaru/on_reaction(var/datum/reagents/holder, var/created_volume)
|
||||
var/location = get_turf(holder.my_atom)
|
||||
for(var/i = 1, i <= created_volume, i++)
|
||||
new /obj/item/weapon/reagent_containers/food/snacks/monkeycube/sarucube(location)
|
||||
return
|
||||
|
||||
// Frost oil reactions for material sheets
|
||||
/decl/chemical_reaction/instant/solidification/aluminium
|
||||
name = "Solid Aluminium"
|
||||
|
||||
Reference in New Issue
Block a user