mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Alcohol refactor v12413526345. (#4647)
* Refactors booze. Yes. I killed other commits. * Lime juice
This commit is contained in:
committed by
Fox McCloud
parent
5ca9a8ea8d
commit
1a4f8cb518
@@ -169,6 +169,7 @@
|
||||
icon = 'icons/mob/alien.dmi'
|
||||
icon_state = "claw"
|
||||
slot = "liver"
|
||||
alcohol_intensity = 0.5
|
||||
|
||||
//TODO:Make absorb light on insert.
|
||||
|
||||
|
||||
@@ -31,6 +31,7 @@
|
||||
organ_tag = "kidneys"
|
||||
parent_organ = "groin"
|
||||
slot = "kidneys"
|
||||
alcohol_intensity = 0.8
|
||||
|
||||
/obj/item/organ/internal/brain/drask
|
||||
name = "brain"
|
||||
@@ -49,4 +50,4 @@
|
||||
organ_tag = "eyes"
|
||||
parent_organ = "head"
|
||||
slot = "eyes"
|
||||
desc = "Drask eyes. They look even stranger disembodied"
|
||||
desc = "Drask eyes. They look even stranger disembodied"
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
/obj/item/organ/internal/liver/grey
|
||||
alcohol_intensity = 1.6
|
||||
@@ -0,0 +1,2 @@
|
||||
/obj/item/organ/internal/liver/kidan
|
||||
alcohol_intensity = 0.5
|
||||
@@ -1,2 +1,2 @@
|
||||
/obj/item/organ/internal/liver/skrell
|
||||
alcohol_intensity = 5
|
||||
alcohol_intensity = 4
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
/obj/item/organ/internal/liver/tajaran
|
||||
alcohol_intensity = 1.4
|
||||
@@ -0,0 +1,2 @@
|
||||
/obj/item/organ/internal/liver/unathi
|
||||
alcohol_intensity = 0.8
|
||||
@@ -0,0 +1,2 @@
|
||||
/obj/item/organ/internal/liver/vox
|
||||
alcohol_intensity = 1.6
|
||||
@@ -0,0 +1,2 @@
|
||||
/obj/item/organ/internal/liver/vulpkanin
|
||||
alcohol_intensity = 1.4
|
||||
Reference in New Issue
Block a user