mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 04:28:12 +01:00
remove static chat colour tags
This commit is contained in:
@@ -48,11 +48,11 @@
|
||||
pred.loc = fallloc
|
||||
if(!safe_fall)
|
||||
pred.Weaken(8)
|
||||
pred.visible_message("<span class='danger'>\The [pred] falls right onto \the [prey]!</span>")
|
||||
pred.visible_message("<span class='vdanger'>\The [pred] falls right onto \the [prey]!</span>")
|
||||
else if(prey.vore_selected && prey.can_be_drop_pred && pred.can_be_drop_prey && pred.drop_vore && prey.drop_vore)
|
||||
prey.feed_grabbed_to_self_falling_nom(prey,pred)
|
||||
prey.Weaken(4)
|
||||
prey.visible_message("<span class='danger'>\The [pred] falls right into \the [prey]!</span>")
|
||||
prey.visible_message("<span class='vdanger'>\The [pred] falls right into \the [prey]!</span>")
|
||||
else
|
||||
pred.loc = prey.loc
|
||||
if(!safe_fall)
|
||||
|
||||
Reference in New Issue
Block a user