mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-16 18:36:54 +01:00
Buncha milky corrections
Buffed maximum milk capacity. Leaky breasts is spammed way less at hyper sizes, also fixed check that prevented milk from not producing anymore. Makes sure larger sizes get encumbered by their size too. Nerfed femcum production slowdown when it reaches higher values, Pent up orgasms will be messier :^). Balls can now store more semen. Only makes sense given the addition of new hyper sizes. Fixed typos in the pregnancy tester.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/obj/item/pregnancytest
|
||||
name = "pregnancy test"
|
||||
desc = "a one time use small device, used to determine if someone is pregnant or not."
|
||||
desc = "A one time use small device, used to determine whether someone is pregnant or not."
|
||||
icon = 'hyperstation/icons/obj/pregnancytest.dmi'
|
||||
throwforce = 0
|
||||
icon_state = "ptest"
|
||||
@@ -27,7 +27,7 @@
|
||||
icon_state = "negative"
|
||||
name = "[results] pregnancy test"
|
||||
status = 1
|
||||
to_chat(user, "<span class='notice'>You use the pregnancy test, the display reads positive!</span>")
|
||||
to_chat(user, "<span class='notice'>You use the pregnancy test, the display reads negative!</span>")
|
||||
|
||||
|
||||
/obj/item/pregnancytest/proc/test(mob/living/user)
|
||||
|
||||
Reference in New Issue
Block a user