Skip to content

Commit 19ad3e3

Browse files
committed
Add Recyclable Weapons.c (fixes #011473)
1 parent 3abecf1 commit 19ad3e3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/*-- 100% Green Energy --*/
2+
3+
#strict 2
4+
5+
#appendto MUSK //Musket
6+
7+
8+
protected func Activate(){
9+
Split2Components();
10+
Sound("Connect");
11+
RemoveObject();
12+
}

0 commit comments

Comments
 (0)