mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 04:17:33 +01:00
tesla body tweak (#15972)
This commit is contained in:
@@ -847,3 +847,6 @@
|
||||
|
||||
/datum/species/proc/handle_middle_mouse_click(var/atom/target)
|
||||
return
|
||||
|
||||
/datum/species/proc/can_use_guns()
|
||||
return TRUE
|
||||
|
||||
@@ -153,7 +153,6 @@
|
||||
standing_jump_range = 1
|
||||
|
||||
injection_mod = 2
|
||||
has_fine_manipulation = FALSE
|
||||
|
||||
bodyfall_sound = /singleton/sound_category/bodyfall_machine_sound
|
||||
|
||||
@@ -203,4 +202,7 @@
|
||||
)
|
||||
|
||||
/datum/species/tajaran/tesla_body/can_double_fireman_carry()
|
||||
return TRUE
|
||||
return TRUE
|
||||
|
||||
/datum/species/tajaran/tesla_body/can_use_guns()
|
||||
return FALSE
|
||||
Reference in New Issue
Block a user