mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +01:00
one more useless check removed
This commit is contained in:
@@ -177,7 +177,7 @@
|
||||
* * show_message (option) show a message to chat on unwield
|
||||
*/
|
||||
/datum/component/two_handed/proc/unwield(mob/living/carbon/user, show_message=TRUE)
|
||||
if(!wielded || !istype(user))
|
||||
if(!wielded)
|
||||
return
|
||||
|
||||
// wield update status
|
||||
|
||||
Reference in New Issue
Block a user