mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
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:
@@ -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)
|
||||
Reference in New Issue
Block a user