Oocpaneledit 2 (Copy of #7713) (#7763)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
Co-authored-by: Kashargul <KashL@t-online.de>
This commit is contained in:
Raeschen
2024-02-16 11:48:34 +01:00
committed by GitHub
co-authored by Kashargul Kashargul
parent be481849b9
commit 615004fb01
28 changed files with 716 additions and 38 deletions
+10
View File
@@ -106,6 +106,11 @@ GLOBAL_LIST_BOILERPLATE(all_brain_organs, /obj/item/organ/internal/brain)
brainmob.ooc_notes = H.ooc_notes //VOREStation Edit
brainmob.ooc_notes_likes = H.ooc_notes_likes
brainmob.ooc_notes_dislikes = H.ooc_notes_dislikes
//CHOMPEdit Start
brainmob.ooc_notes_favs = H.ooc_notes_favs
brainmob.ooc_notes_maybes = H.ooc_notes_maybes
brainmob.ooc_notes_style = H.ooc_notes_style
//CHOMPEdit End
// Copy modifiers.
for(var/datum/modifier/M in H.modifiers)
@@ -258,6 +263,11 @@ GLOBAL_LIST_BOILERPLATE(all_brain_organs, /obj/item/organ/internal/brain)
H.ooc_notes = brainmob.ooc_notes // VOREStation Edit
H.ooc_notes_likes = brainmob.ooc_notes_likes
H.ooc_notes_dislikes = brainmob.ooc_notes_dislikes
//CHOMPEdit Start
H.ooc_notes_favs = brainmob.ooc_notes_favs
H.ooc_notes_maybes = brainmob.ooc_notes_maybes
H.ooc_notes_style = brainmob.ooc_notes_style
//CHOMPEdit End
H.nutrition = 260 //Enough to try to regenerate ONCE.
H.adjustBruteLoss(40)