mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 19:52:40 +00:00
Ok for reals this time, removes unnecessary debugging messages.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2548 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -230,12 +230,8 @@
|
|||||||
|
|
||||||
spawn(15) // must wait for map loading to finish
|
spawn(15) // must wait for map loading to finish
|
||||||
if(radio_controller)
|
if(radio_controller)
|
||||||
world << "test"
|
|
||||||
radio_connection = radio_controller.add_object(src, frequency, RADIO_MAGNETS)
|
radio_connection = radio_controller.add_object(src, frequency, RADIO_MAGNETS)
|
||||||
|
|
||||||
if(!radio_connection)
|
|
||||||
world << "oh no!"
|
|
||||||
|
|
||||||
|
|
||||||
attack_ai(mob/user as mob)
|
attack_ai(mob/user as mob)
|
||||||
return src.attack_hand(user)
|
return src.attack_hand(user)
|
||||||
|
|||||||
Reference in New Issue
Block a user