mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-29 15:50:10 +01:00
arght
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
deflate_organ()
|
||||
|
||||
/datum/component/organ_inflation/proc/inflate_organ(new_size)
|
||||
if(!container.owner?.client?.prefs?.pregnancy_inflation)
|
||||
if(!container?.owner?.client?.prefs?.pregnancy_inflation)
|
||||
return
|
||||
|
||||
switch(container.slot)
|
||||
@@ -92,7 +92,7 @@
|
||||
belly?.modify_size(new_size)
|
||||
|
||||
/datum/component/organ_inflation/proc/deflate_organ()
|
||||
if(!container.owner)
|
||||
if(!container?.owner)
|
||||
return
|
||||
|
||||
switch(container.slot)
|
||||
|
||||
@@ -353,7 +353,7 @@
|
||||
carrier.adjustStaminaLoss(200)
|
||||
SEND_SIGNAL(carrier, COMSIG_ADD_MOOD_EVENT, "pregnancy_end", /datum/mood_event/pregnant_positive)
|
||||
|
||||
//eggo.TakeComponent(src)
|
||||
oviposition = FALSE
|
||||
eggo.forceMove(location)
|
||||
|
||||
return TRUE
|
||||
|
||||
Reference in New Issue
Block a user