mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Brand new Robot Drugs + Space Drugs Work for Robots! (#29781)
* Update drugs.dm * weeeeeeed * Apply suggestions from code review Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com> * Update drugs.dm * Update code/modules/reagents/chemistry/reagents/drugs.dm Signed-off-by: Burzah <116982774+Burzah@users.noreply.github.com> * Update code/modules/reagents/chemistry/reagents/drugs.dm Signed-off-by: Burzah <116982774+Burzah@users.noreply.github.com> * Update drugs.dm --------- Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com> Signed-off-by: Burzah <116982774+Burzah@users.noreply.github.com> Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
This commit is contained in:
@@ -152,3 +152,21 @@
|
||||
required_reagents = list("thermite" = 3, "uranium" = 1, "fluorosurfactant" = 1, "sacid" = 1)
|
||||
result_amount = 6
|
||||
mix_message = "The mixture congeals into a metallic green gel that crackles with electrical activity."
|
||||
|
||||
/datum/chemical_reaction/w33d
|
||||
name = "W33D"
|
||||
id = "w33d"
|
||||
result = "w33d"
|
||||
required_reagents = list("synthanol" = 1, "oil" = 1, "aluminum" = 1)
|
||||
result_amount = 3
|
||||
mix_message = "The mixture bubbles into a vibrant green oil with a musky smell."
|
||||
|
||||
/datum/chemical_reaction/grokodil
|
||||
name = "Grokodil"
|
||||
id = "grokodil"
|
||||
result = "grokodil"
|
||||
required_reagents = list("mutadone" = 1, "heparin" = 1, "cleaner" = 1, "phenol" = 1, "w33d" = 1)
|
||||
result_amount = 5
|
||||
mix_message = "A semi-solid black powder crashes out of the solution."
|
||||
min_temp = T0C + 100
|
||||
mix_sound = 'sound/goonstation/misc/fuse.ogg'
|
||||
|
||||
Reference in New Issue
Block a user