From 038306cf3f283ca719011d71c75f28969f6f1063 Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 18 Jun 2018 08:34:43 +1000 Subject: [PATCH] Add a note to trigger_heal for later --- qcsrc/common/mapobjects/trigger/heal.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/common/mapobjects/trigger/heal.qc b/qcsrc/common/mapobjects/trigger/heal.qc index 61f27a021..ab08a39e8 100644 --- a/qcsrc/common/mapobjects/trigger/heal.qc +++ b/qcsrc/common/mapobjects/trigger/heal.qc @@ -42,7 +42,7 @@ void trigger_heal_init(entity this) if(!this.delay) this.delay = 1; if(!GetResourceAmount(this, RESOURCE_HEALTH)) - SetResourceAmountExplicit(this, RESOURCE_HEALTH, 10); + SetResourceAmountExplicit(this, RESOURCE_HEALTH, 10); // TODO: use a special field for this, it doesn't have actual health! if(!this.max_health) this.max_health = 200; // max health topoff for field if(this.noise == "") -- 2.39.2