mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
vr file makes more sense also added comment separator
This commit is contained in:
@@ -908,9 +908,6 @@
|
|||||||
//VOREStation Edit End
|
//VOREStation Edit End
|
||||||
return
|
return
|
||||||
|
|
||||||
/datum/chemical_reaction/foam/softdrink //vorestation add
|
|
||||||
required_reagents = list("cola" = 1, "mint" = 1) //vorestation add
|
|
||||||
|
|
||||||
/datum/chemical_reaction/metalfoam
|
/datum/chemical_reaction/metalfoam
|
||||||
name = "Metal Foam"
|
name = "Metal Foam"
|
||||||
id = "metalfoam"
|
id = "metalfoam"
|
||||||
|
|||||||
@@ -47,6 +47,9 @@
|
|||||||
s.start()
|
s.start()
|
||||||
holder.clear_reagents()
|
holder.clear_reagents()
|
||||||
|
|
||||||
|
///////////////////////////////////////////////////////////////////////////////////
|
||||||
|
/// Miscellaneous Reactions
|
||||||
|
|
||||||
/datum/chemical_reaction/xenolazarus
|
/datum/chemical_reaction/xenolazarus
|
||||||
name = "Discount Lazarus"
|
name = "Discount Lazarus"
|
||||||
id = "discountlazarus"
|
id = "discountlazarus"
|
||||||
@@ -72,6 +75,9 @@
|
|||||||
H.visible_message("<span class='info'>[H] twitches for a moment, but remains still.</span>") // no nutriment
|
H.visible_message("<span class='info'>[H] twitches for a moment, but remains still.</span>") // no nutriment
|
||||||
|
|
||||||
|
|
||||||
|
/datum/chemical_reaction/foam/softdrink
|
||||||
|
required_reagents = list("cola" = 1, "mint" = 1)
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////////
|
||||||
/// Vore Drugs
|
/// Vore Drugs
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user