-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unapologetic Moth Buffs Vol. II: The Ride (#2102)
* don't look at this * don't look at this either * now you can look * we ball * scream * fresh slop * golly gee willickers holy shit * yippee * bad vibes * at long last * yeah * yippee * Apply suggestions from code review * Update wings.dm * Update wings.dm --------- Co-authored-by: Nerevar <[email protected]> Co-authored-by: Bloop <[email protected]> Co-authored-by: Iajret <[email protected]>
- Loading branch information
1 parent
510a23d
commit c08af86
Showing
4 changed files
with
170 additions
and
0 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
modular_nova/master_files/code/modules/surgery/organs/external/antennae.dm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/obj/item/organ/external/antennae | ||
|
||
/obj/item/organ/external/antennae/on_mob_insert(mob/living/carbon/organ_owner, special, movement_flags) | ||
. = ..() | ||
if(ismoth(organ_owner)) | ||
ADD_TRAIT(organ_owner, TRAIT_REAGENT_SCANNER, ORGAN_TRAIT) | ||
|
||
/obj/item/organ/external/antennae/on_mob_remove(mob/living/carbon/organ_owner, special) | ||
. = ..() | ||
REMOVE_TRAIT(organ_owner, TRAIT_REAGENT_SCANNER, ORGAN_TRAIT) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters