Skip to content

Commit

Permalink
unterminated text expecting "
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutFalcon committed Dec 30, 2024
1 parent 3d1e2ce commit 3e37a1e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions code/modules/reagents/chemistry/reagents/trickwine_reagents.dm
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
message_apply_others = ""
message_apply_self = ""
message_remove_others = ""
message_remove_self = "
message_remove_self = ""
alert_desc = ""

/datum/status_effect/trickwine/debuff/ash
Expand All @@ -153,7 +153,7 @@
message_apply_others = ""
message_apply_self = ""
message_remove_others = ""
message_remove_self = "
message_remove_self = ""
alert_desc = ""

/datum/status_effect/trickwine/debuff/ash/tick()
Expand Down Expand Up @@ -190,7 +190,7 @@
message_apply_others = ""
message_apply_self = ""
message_remove_others = ""
message_remove_self = "
message_remove_self = ""
alert_desc = ""
trait = TRAIT_NOFIRE

Expand All @@ -200,7 +200,7 @@
message_apply_others = ""
message_apply_self = ""
message_remove_others = ""
message_remove_self = "
message_remove_self = ""
alert_desc = ""
var/icon/cube

Expand Down Expand Up @@ -266,7 +266,7 @@
message_apply_others = ""
message_apply_self = ""
message_remove_others = ""
message_remove_self = "
message_remove_self = ""
alert_desc = ""

/datum/status_effect/trickwine/debuff/shock/tick()
Expand Down Expand Up @@ -299,7 +299,7 @@
message_apply_others = ""
message_apply_self = ""
message_remove_others = ""
message_remove_self = "
message_remove_self = ""
alert_desc = ""
trait = TRAIT_RESISTCOLD

Expand All @@ -309,7 +309,7 @@
message_apply_others = ""
message_apply_self = ""
message_remove_others = ""
message_remove_self = "
message_remove_self = ""
alert_desc = ""

/datum/status_effect/trickwine/debuff/hearth/tick()
Expand Down Expand Up @@ -347,7 +347,7 @@
message_apply_others = ""
message_apply_self = ""
message_remove_others = ""
message_remove_self = "
message_remove_self = ""
alert_desc = ""

/datum/status_effect/trickwine/debuff/force/on_apply()
Expand Down Expand Up @@ -378,7 +378,7 @@
message_apply_others = ""
message_apply_self = ""
message_remove_others = ""
message_remove_self = "
message_remove_self = ""
alert_desc = ""
var/reflect_count = 0
var/recent_movement = FALSE
Expand Down Expand Up @@ -424,7 +424,7 @@
message_apply_others = ""
message_apply_self = ""
message_remove_others = ""
message_remove_self = "
message_remove_self = ""
alert_desc = ""

/datum/status_effect/trickwine/debuff/prism/on_apply()
Expand Down

0 comments on commit 3e37a1e

Please sign in to comment.