Updating the conjure spell to just use paths instead of strings.

Removed the needless Del() from event.dm

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5512 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
petethegoat@gmail.com
2013-01-11 00:08:17 +00:00
parent f27399bcd5
commit 1aaee90154
3 changed files with 11 additions and 19 deletions

View File

@@ -71,12 +71,4 @@
events.Add(src)
if(oneShot)
potentialRandomEvents.Remove(type)
//This shouldn't be called, but it ensures that the event doesn't persist in
//the events list if it'd deleted instead of garbage collected with kill().
//The master controller will also remove it from the events list if it
//doesn't exist, so there's redundancy here.
/datum/event/Del()
events.Remove(src)
potentialRandomEvents.Remove(type)