mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-09 16:14:13 +00:00
adds clown glue
This commit is contained in:
@@ -299,12 +299,12 @@
|
||||
return
|
||||
|
||||
if(!keyslot1)
|
||||
user.drop_item(W, src)
|
||||
keyslot1 = W
|
||||
if(user.drop_item(W, src))
|
||||
keyslot1 = W
|
||||
|
||||
else
|
||||
user.drop_item(W, src)
|
||||
keyslot2 = W
|
||||
if(user.drop_item(W, src))
|
||||
keyslot2 = W
|
||||
|
||||
|
||||
recalculateChannels()
|
||||
|
||||
Reference in New Issue
Block a user