Update latest_updates page

This commit is contained in:
LoneWolfHT 2020-11-21 08:31:16 -08:00
parent 87deed7257
commit f8800fd043

View file

@ -1,19 +1,18 @@
local latest_updates = minetest.formspec_escape([[ local latest_updates = minetest.formspec_escape([[
+ Made lava instantly heal players + Changed build time to 3 minutes
+ Made bandages give 6 score when healing flag holder + Added darkness_nerf until MTE fixes their lighting
+ Made grenades work like the old CTF grenades + Gave shooter class 2 ammo packs
+ Increased score medics get from using bandages + Slightly buffed shooter class and knight melee dmg
+ Gave medic bandages infinite uses + Added mod `real_suffocation` with custom tweaks for CTF
- Prevented knights from using the SMG + Prevented medics from healing players damaged by drowning/lava
- Gave medic class building tools and prevented them from using SMG/Shotgun * Made bandages give 6 score when healing flag holder
- Changed fall damage to use the combat system * Made grenades work like the old CTF grenades
- Increased damage dealt by knights (up to +1.5 hp depending on time since last punch) when wielding swords * Increased score medics get from using bandages
- Merged the sniper class with the shooter class * Prevented knights from using the SMG
- Changed bandages to give two points per heal * Gave medic class building tools and prevented them from using SMG/Shotgun
- Made rifle automatic and doubled damage * Increased damage dealt by knights (up to +1.5 hp depending on time since last punch) when wielding swords
- Added combat mode * Added combat mode
- Added Sticky grenades * Added automatic skip votes
- Added automatic skip votes
]]) ]])
if minetest.global_exists("sfinv") then if minetest.global_exists("sfinv") then