monsters.txt has this entry for Spaghetti Demon:
	
	
	
		
but there aren't any decorations when fighting him.
After the fight, Mafia registered him as a new monster:
	
	
	
		
Is changing the monsters.txt entry to
	
	
	
		
enough?
I'm asking since I won't be able to test this for a while.
EDIT: the same goes for Spaghetti Elemental and "the spaghetti elemental"
				
			
		Code:
	
	Spaghetti Demon	HP: 600 Def: 200 Atk: 200 Init: 100After the fight, Mafia registered him as a new monster:
		Code:
	
	> ash $monster[ the spaghetti demon ]
Returned: the spaghetti demon
base_hp => 0
base_attack => 0
base_defense => 0
base_initiative => 0
attack_element => none
defense_element => none
min_meat => 0
max_meat => 0
phylum => none
poison => none
> ash $monster[ spaghetti demon ]
Returned: Spaghetti Demon
base_hp => 600
base_attack => 200
base_defense => 180
base_initiative => 100
attack_element => none
defense_element => none
min_meat => 0
max_meat => 0
phylum => none
poison => noneIs changing the monsters.txt entry to
		Code:
	
	The Spaghetti Demon	HP: 600 Def: 200 Atk: 200 Init: 100I'm asking since I won't be able to test this for a while.
EDIT: the same goes for Spaghetti Elemental and "the spaghetti elemental"
 
	 
 
		