Finishes with the warnings.

This commit is contained in:
SandPoot
2022-02-16 17:26:26 -03:00
parent bf69229ada
commit 765e50eafe
3 changed files with 10 additions and 8 deletions
@@ -41,9 +41,9 @@
'modular_sand/sound/interactions/oral2.ogg'), 70, 1, -1)
switch(milkers.size)
if("c" || "d" || "e")
if("c", "d", "e")
modifier = 2
if("f" || "g" || "h")
if("f", "g", "h")
modifier = 3
else
if(milkers.size in milkers.breast_values)
@@ -126,9 +126,9 @@
var/modifier = 1
var/obj/item/organ/genital/breasts/B = target.getorganslot(ORGAN_SLOT_BREASTS)
switch(B.size)
if("c" || "d" || "e")
if("c", "d", "e")
modifier = 2
if("f" || "g" || "h")
if("f", "g", "h")
modifier = 3
else
if(B.size in B.breast_values)
@@ -146,9 +146,9 @@
var/modifier = 1
var/obj/item/organ/genital/breasts/B = target.getorganslot(ORGAN_SLOT_BREASTS)
switch(B.size)
if("c" || "d" || "e")
if("c", "d", "e")
modifier = 2
if("f" || "g" || "h")
if("f", "g", "h")
modifier = 3
else
if(B.size in B.breast_values)
@@ -167,9 +167,9 @@
var/modifier = 1
var/obj/item/organ/genital/breasts/B = target.getorganslot(ORGAN_SLOT_BREASTS)
switch(B.size)
if("c" || "d" || "e")
if("c", "d", "e")
modifier = 2
if("f" || "g" || "h")
if("f", "g", "h")
modifier = 3
else
if(B.size in B.breast_values)