mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
Missed a )
This commit is contained in:
@@ -542,7 +542,7 @@
|
|||||||
to_chat(C, "<span class='warning'>[T] is dead and can not be drained..</span>")
|
to_chat(C, "<span class='warning'>[T] is dead and can not be drained..</span>")
|
||||||
return
|
return
|
||||||
to_chat(C, "<span class='notice'>You begin to drain [T]...</span>")
|
to_chat(C, "<span class='notice'>You begin to drain [T]...</span>")
|
||||||
to_chat(T, "<span class='danger'>An odd sensation flows through your body as [C] begins to drain you!</span>"
|
to_chat(T, "<span class='danger'>An odd sensation flows through your body as [C] begins to drain you!</span>")
|
||||||
C.nutrition = (C.nutrition + (T.nutrition*0.05)) //Drain a small bit at first. 5% of the prey's nutrition.
|
C.nutrition = (C.nutrition + (T.nutrition*0.05)) //Drain a small bit at first. 5% of the prey's nutrition.
|
||||||
T.nutrition = T.nutrition*0.95
|
T.nutrition = T.nutrition*0.95
|
||||||
if(2)
|
if(2)
|
||||||
|
|||||||
Reference in New Issue
Block a user