mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
Adds missing spans, missing periods and missing span endings. Also changes spans to suit the situation better.
This commit is contained in:
@@ -576,7 +576,7 @@
|
||||
new_mob.a_intent = INTENT_HARM
|
||||
|
||||
|
||||
to_chat(new_mob, "You suddenly feel more... animalistic.")
|
||||
to_chat(new_mob, "<span class='boldnotice'>You suddenly feel more... animalistic.</span>")
|
||||
. = new_mob
|
||||
qdel(src)
|
||||
|
||||
@@ -593,7 +593,7 @@
|
||||
|
||||
new_mob.key = key
|
||||
new_mob.a_intent = INTENT_HARM
|
||||
to_chat(new_mob, "You feel more... animalistic")
|
||||
to_chat(new_mob, "<span class='boldnotice'>You feel more... animalistic.</span>")
|
||||
|
||||
. = new_mob
|
||||
qdel(src)
|
||||
|
||||
Reference in New Issue
Block a user