forked from FluXy/SMC
-
Notifications
You must be signed in to change notification settings - Fork 51
Closed
Labels
Description
The m_level_ends_if_killed member currently only exists for specific enemies, namely the furball boss and the turtle boss. While for normal gameplay this is fine, for scripting it would be much more interesting to have the level end when any given enemy is killed, e.g. a spika or so. This requires the m_level_ends_if_killed member to be moved directly into the cEnemy class and merging the slightly different code currently in use in the cFurball and cTurtleBoss classes into one common place.
Vale,
Quintus