mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
Fix Lipoplasty not existing (#81397)
## About The Pull Request Fixes #81395 Boo-womp, as they say.  ## Changelog 🆑 Melbert fix: Lipoplasty is An Option again /🆑
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
)
|
||||
|
||||
/datum/surgery/lipoplasty/can_start(mob/user, mob/living/carbon/target)
|
||||
if(!HAS_TRAIT(target, TRAIT_FAT) || target.nutrition >= NUTRITION_LEVEL_WELL_FED)
|
||||
if(!HAS_TRAIT(target, TRAIT_FAT) || target.nutrition < NUTRITION_LEVEL_WELL_FED)
|
||||
return FALSE
|
||||
return ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user