mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
Confusion will no longer continue to confuse after being cured (#52286)
* Confusion will no longer continue to confuse after being cured * Grammar comment fix * Move to status effect * Remove test per request * Make confusion a status effect, confusion curing now completely neuters the confusion * set_confusion changes, get_confusion * Fix confusion going down twice per tick * Change strength = to proc * Move procs to status_procs
This commit is contained in:
@@ -62,6 +62,6 @@
|
||||
C.apply_status_effect(/datum/status_effect/trance, 100, TRUE)
|
||||
else
|
||||
to_chat(C, "<span class='hypnophrase'>The light is so pretty...</span>")
|
||||
C.confused += min(C.confused + 10, 20)
|
||||
C.add_confusion(min(C.get_confusion() + 10, 20))
|
||||
C.dizziness += min(C.dizziness + 10, 20)
|
||||
C.drowsyness += min(C.drowsyness + 10, 20)
|
||||
|
||||
Reference in New Issue
Block a user