Mreac fixed, tongue health, pH vars+ (drink, food, pryo, tox remain)

This commit is contained in:
Fermi
2019-05-16 00:58:30 +01:00
parent 8229b4529f
commit 246a344fed
16 changed files with 300 additions and 40 deletions
+1 -1
View File
@@ -255,7 +255,7 @@
if(the_event.timeout)
addtimer(CALLBACK(src, .proc/clear_event, null, category), the_event.timeout, TIMER_UNIQUE|TIMER_OVERRIDE)
return 0 //Don't have to update the event.
the_event = new type(src, param)
the_event = new type(src, param)//This causes a runtime for some reason, was this me?
mood_events[category] = the_event
update_mood()