summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s/Misc.c4d/Snowball.c4d/Script.c
blob: 57ba9817ccd6c7592cbc3af5c28654f105a89c6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*-- Snowball --*/

#strict 2

#include ICE1
#include SNWB

protected func Departure(object container)
{
	// Throw only if the container was a clonk
	if (!(container->GetOCF() & OCF_CrewMember)) return 1;
}