Skip to content

Commit

Permalink
Merge pull request #36 from Lhars/LizardUpgrades
Browse files Browse the repository at this point in the history
No more mandatory horns and frills for lizards
  • Loading branch information
TheGreatKitsune authored Oct 16, 2024
2 parents bb9f699 + 6d8dbc4 commit d7b9f3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/client/customizer/customizers/organ/frills.dm
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/datum/customizer/organ/frills
abstract_type = /datum/customizer/organ/frills
name = "Frills"
allows_disabling = TRUE

/datum/customizer_choice/organ/frills
abstract_type = /datum/customizer_choice/organ/frills
Expand Down
1 change: 1 addition & 0 deletions code/modules/client/customizer/customizers/organ/horns.dm
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/datum/customizer/organ/horns
abstract_type = /datum/customizer/organ/horns
name = "Horns"
allows_disabling = TRUE

/datum/customizer_choice/organ/horns
abstract_type = /datum/customizer_choice/organ/horns
Expand Down

0 comments on commit d7b9f3f

Please sign in to comment.