next set of spans (#16434)

* next set of spans

* some more

* next

* next

* next

* .

* text...

* next... rest soon

* .

* .

* ok last set for the night

* .

* .

* .

* .

* some more

* next

* next

* all for now

* .

* some more easy ones

* some more easy ones

* .

* .

* some more bolds

* oups auto complete moment

* add the remaining spans

* this as well

* this as well

* .

* .,

* resync them properly
This commit is contained in:
Kashargul
2024-10-16 23:37:27 +02:00
committed by GitHub
parent 6275972fef
commit b594520a74
604 changed files with 2801 additions and 2638 deletions
+7 -7
View File
@@ -80,27 +80,27 @@
winner.visible_message(span_notice("\The [winner] wins the cracker prize!"),span_notice("You win the cracker prize!"))
if(prize == "shrinking")
winner.resize(0.25)
winner.visible_message("<b>\The [winner]</b> shrinks suddenly!")
winner.visible_message(span_bold("\The [winner]") + " shrinks suddenly!")
if(prize == "growing")
winner.resize(2)
winner.visible_message("<b>\The [winner]</b> grows in height suddenly.")
winner.visible_message(span_bold("\The [winner]") + " grows in height suddenly.")
if(prize == "drugged")
winner.druggy = max(winner.druggy, 50)
if(prize == "invisibility")
if(!winner.cloaked)
winner.visible_message("<b>\The [winner]</b> vanishes from sight.")
winner.visible_message(span_bold("\The [winner]") + " vanishes from sight.")
winner.cloak()
spawn(600)
if(winner.cloaked)
winner.uncloak()
winner.visible_message("<b>\The [winner]</b> appears as if from thin air.")
winner.visible_message(span_bold("\The [winner]") + " appears as if from thin air.")
if(prize == "knocked over")
winner.visible_message("<b>\The [winner]</b> is suddenly knocked to the ground.")
winner.visible_message(span_bold("\The [winner]") + " is suddenly knocked to the ground.")
winner.weakened = max(winner.weakened,50)
if(prize == "teleport")
if(loser.can_be_drop_pred && loser.vore_selected)
if(winner.devourable && winner.can_be_drop_prey)
winner.visible_message("<b>\The [winner]</b> is teleported to somewhere nearby...")
winner.visible_message(span_bold("\The [winner]") + " is teleported to somewhere nearby...")
var/datum/effect/effect/system/spark_spread/spk
spk = new(winner)
@@ -113,7 +113,7 @@
if(prize == "wealth")
new /obj/random/cash/huge(spawnloc)
new /obj/random/cash/huge(spawnloc)
winner.visible_message("<b>\The [winner]</b> has a whole load of cash fall at their feet!")
winner.visible_message(span_bold("\The [winner]") + " has a whole load of cash fall at their feet!")
playsound(user, 'sound/effects/snap.ogg', 50, 1)
user.drop_item(src)