Fatness Hiding guide comment

This commit is contained in:
Alphas00
2024-06-06 13:04:13 +02:00
parent adc5923034
commit 42611cda49
+8
View File
@@ -101,6 +101,14 @@
return TRUE
// THE FATNESS HIDING GUIDE!!!
// HOW 2 FATNESS HIDE
//Step 1) Grab a thing that will add or reduce fatness!
//Step 2) Give it a character.hider_add(src) and a character.hider_remove(src) depending on the conditions you want it to meet for which it will add or remove itself from messing with a character's fatness!
//Step 3) Give it a proc/fat_hide([character argument]), with a return that will give the amount to shift that character's fatness by!
//Step 4) There is no step 4, you did it bucko!
//Wanna see an example? Search for /obj/item/bluespace_belt !!!
/mob/living/carbon/proc/hider_add(hide_source)
if(!(hide_source in fat_hiders))
fat_hiders += hide_source