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