This commit is contained in:
Pin-alternative
2022-08-15 08:13:17 +10:00
parent 9ba41fb085
commit 2c4c8d0971
2 changed files with 3 additions and 3 deletions
@@ -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