mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
vr file makes more sense also added comment separator
This commit is contained in:
@@ -908,9 +908,6 @@
|
||||
//VOREStation Edit End
|
||||
return
|
||||
|
||||
/datum/chemical_reaction/foam/softdrink //vorestation add
|
||||
required_reagents = list("cola" = 1, "mint" = 1) //vorestation add
|
||||
|
||||
/datum/chemical_reaction/metalfoam
|
||||
name = "Metal Foam"
|
||||
id = "metalfoam"
|
||||
|
||||
@@ -47,6 +47,9 @@
|
||||
s.start()
|
||||
holder.clear_reagents()
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////
|
||||
/// Miscellaneous Reactions
|
||||
|
||||
/datum/chemical_reaction/xenolazarus
|
||||
name = "Discount Lazarus"
|
||||
id = "discountlazarus"
|
||||
@@ -72,6 +75,9 @@
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user