mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 23:17:02 +01:00
Various bugfixes (#15873)
* pAI Record Fix * AI Respawnability * Wine Reagents * Ghost Repulsing * Agent ID Card Numbers * Maint Drone Lights * Fix fixes Co-authored-by: Farie82 <farie82@users.noreply.github.com> * Headpocket runtimes Co-authored-by: Farie82 <farie82@users.noreply.github.com>
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
icon_state = "orange" // Sprite created by https://github.com/binarysudoku for Goonstation, They have relicensed it for our use.
|
||||
tastes = list("orange" = 1)
|
||||
filling_color = "#FFA500"
|
||||
distill_reagent = "triple_sec"
|
||||
distill_reagent = "tequilasunrise"
|
||||
|
||||
// Lemon
|
||||
/obj/item/seeds/lemon
|
||||
|
||||
@@ -26,7 +26,6 @@
|
||||
filling_color = "#FFD700"
|
||||
bitesize_mod = 2
|
||||
tastes = list("cocoa" = 1)
|
||||
distill_reagent = "creme_de_cacao"
|
||||
|
||||
// Vanilla Pod
|
||||
/obj/item/seeds/cocoapod/vanillapod
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
icon_state = "tobacco_leaves"
|
||||
tastes = list("tobacco" = 1)
|
||||
filling_color = "#008000"
|
||||
distill_reagent = "creme_de_menthe" //Menthol, I guess.
|
||||
distill_reagent = "menthol"
|
||||
|
||||
// Space Tobacco
|
||||
/obj/item/seeds/tobacco/space
|
||||
|
||||
Reference in New Issue
Block a user