Skip to content

Commit acb42e5

Browse files
Minor phenyl tweak (#5501)
## Short description Removes the (non-functional) forced sleep from Phenylpiperidine. ## Why we need to add this It doesn't actually work due to using the wrong type, but I think fixing it would just make it old Noct 2, so I'd rather just remove the effect. ## Checks - [X] I do not require assistance to complete the PR. - [X] Before posting/requesting review of a PR, I have verified that the changes work. - [X] I have added screenshots/videos of the changes, or this PR does not change in-game mechanics. - [X] I affirm that my changes are licensed under the [MIT License](https://github.com/ss14Starlight/space-station-14/blob/Starlight/LICENSE.TXT) and grant permission for use in this repository under its conditions. **Changelog** :cl: wonderfulnewworld - fix: Phenylpiperidine no longer says it applies forced sleep when it actually doesn't.
1 parent 6b12614 commit acb42e5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Resources/Prototypes/_Mono/Reagents/narcotics.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@
5353
key: Stutter
5454
component: StutteringAccent
5555
- !type:Jitter
56-
- !type:GenericStatusEffect
57-
key: ForcedSleep
58-
time: 5
59-
type: Add
56+
#- !type:GenericStatusEffect # Starlight start
57+
# key: ForcedSleep # It doesn't work due to using the wrong status effect, but I think fixing it would just make it noct 2, so I'd rather just not have the effect.
58+
# time: 5
59+
# type: Add # Starlight end
6060
- !type:ModifyStatusEffect
6161
effectProto: StatusEffectSeeingRainbow
6262
type: Add

0 commit comments

Comments
 (0)