mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 14:08:44 +01:00
Simple mob port [IDB IGNORE] (#18236)
* first adjustements * few more * construct * next * next set * next * next * next * next * next * . * last non modular set * make it compile * . * . * change that * synx * teamush * override fix * TEAMUSH * adds organ sell element * adds pick color * get rid of these chompcomments * removes chomp comments * Update gaslamp_vr.dm * zipgun * zip and synx * fixes synx * Update topic.dm * move the trash verbs * . * . * . * port * Update rakshasa_trap.dm * Update slug.dm --------- Co-authored-by: C.L. <killer65311@gmail.com> Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com>
This commit is contained in:
@@ -1494,3 +1494,10 @@
|
||||
|
||||
/decl/chemical_reaction/instant/potato_juice_metal_paint/send_data()
|
||||
return "#2e2a21"
|
||||
|
||||
/decl/chemical_reaction/instant/aphrodisiac
|
||||
name = REAGENT_APHRODISIAC
|
||||
id = REAGENT_ID_APHRODISIAC
|
||||
result = REAGENT_ID_APHRODISIAC
|
||||
required_reagents = list(REAGENT_ID_CARBON = 2, REAGENT_ID_HYDROGEN = 2, REAGENT_ID_OXYGEN = 2, REAGENT_ID_WATER = 1)
|
||||
result_amount = 6
|
||||
|
||||
Reference in New Issue
Block a user