mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-07-18 03:36:20 +01:00
Update neutral.dm
This commit is contained in:
committed by
GitHub
parent
48d4516a48
commit
d9be24df01
@@ -189,14 +189,3 @@
|
||||
|
||||
/datum/quirk/dullahan/post_add()
|
||||
quirk_holder.AddComponent(/datum/component/dullahan)
|
||||
|
||||
// GS13 EDIT START
|
||||
/datum/quirk/biofuel
|
||||
name = "Biofuel Processor"
|
||||
desc = "Your robotic body is equipped to eat and digest food the same way organic crew can."
|
||||
value = 0
|
||||
mob_trait = TRAIT_BIOFUEL
|
||||
|
||||
/datum/quirk/biofuel/post_add()
|
||||
REMOVE_TRAIT(quirk_holder, TRAIT_NO_PROCESS_FOOD, SPECIES_TRAIT)
|
||||
// GS13 EDIT END
|
||||
|
||||
Reference in New Issue
Block a user