From 3c1984ba88b8789d39128e7a9012c232422f11b6 Mon Sep 17 00:00:00 2001 From: dayz10k Date: Fri, 22 Nov 2013 17:47:11 -0500 Subject: [PATCH] #761 allow owner to remove modular(no refund, no rubble) --- SQF/dayz_code/actions/remove.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_code/actions/remove.sqf b/SQF/dayz_code/actions/remove.sqf index c97d831ca..3f7b22fea 100644 --- a/SQF/dayz_code/actions/remove.sqf +++ b/SQF/dayz_code/actions/remove.sqf @@ -69,7 +69,7 @@ cutText [format[(localize "str_epoch_player_162"),_nameVehicle], "PLAIN DOWN"]; if (_isModular) then { //allow previous cutText to show, then show this if modular. sleep 2; - {cutText [format["This will not refund any components."], "PLAIN"];}; + {cutText [format["Deconstructing modular buildables will not refund any components."], "PLAIN"];}; }; // Alert zombies once.